Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -1 +1,2 @@
|
|
1 |
-
RUN apt-get update && apt-get install -y wkhtmltopdf
|
|
|
|
1 |
+
RUN apt-get update && apt-get install -y wkhtmltopdf
|
2 |
+
RUN pip install --no-cache-dir -r /app/requirements.txt
|