smgc commited on
Commit
d5cf27e
·
verified ·
1 Parent(s): 8bfa319

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -18,7 +18,7 @@ WORKDIR /project
18
  # retrieve packages from build stage
19
  ENV PYTHONPATH=/project/pkgs
20
 
21
- RUN pip install wget
22
  RUN chmod 777 -R /project
23
  RUN mkdir -p ./sync && chmod 777 -R ./sync
24
 
 
18
  # retrieve packages from build stage
19
  ENV PYTHONPATH=/project/pkgs
20
 
21
+ RUN apt-get update && apt-get install -y wget
22
  RUN chmod 777 -R /project
23
  RUN mkdir -p ./sync && chmod 777 -R ./sync
24