geekyrakshit commited on
Commit
533939c
·
1 Parent(s): 2d7613a

update: dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -12,6 +12,8 @@ RUN apt-get update && apt-get install -y \
12
  COPY requirements.txt ./
13
  COPY src/ ./src/
14
 
 
 
15
  RUN pip3 install -r requirements.txt
16
 
17
  EXPOSE 8501
 
12
  COPY requirements.txt ./
13
  COPY src/ ./src/
14
 
15
+ RUN apt-get update -y
16
+ RUN apt-get install -y wget
17
  RUN pip3 install -r requirements.txt
18
 
19
  EXPOSE 8501