osbm commited on
Commit
6900c58
·
verified ·
1 Parent(s): 1e0e482

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -3,7 +3,7 @@ FROM ubuntu:latest
3
  ENV DEBIAN_FRONTEND=noninteractive
4
 
5
  RUN apt-get update
6
- RUN apt-get install openslide-tools
7
 
8
  COPY . .
9
 
 
3
  ENV DEBIAN_FRONTEND=noninteractive
4
 
5
  RUN apt-get update
6
+ RUN apt-get install -y openslide-tools
7
 
8
  COPY . .
9