Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -37,7 +37,7 @@ RUN adduser --disabled-password --gecos '' appuser && \
|
|
37 |
chmod -R 777 /app
|
38 |
RUN apt-get update && apt-get install -y libgl1-mesa-glx python3-opencv ffmpeg
|
39 |
RUN pip install spacy && python -m spacy download en_core_web_sm
|
40 |
-
|
41 |
|
42 |
|
43 |
|
|
|
37 |
chmod -R 777 /app
|
38 |
RUN apt-get update && apt-get install -y libgl1-mesa-glx python3-opencv ffmpeg
|
39 |
RUN pip install spacy && python -m spacy download en_core_web_sm
|
40 |
+
RUN pip install wget
|
41 |
|
42 |
|
43 |
|