Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
FROM python:3.10-slim
|
| 2 |
|
| 3 |
-
# Install wkhtmltopdf and
|
| 4 |
RUN apt-get update && apt-get install -y \
|
| 5 |
wkhtmltopdf \
|
| 6 |
ca-certificates \
|
|
|
|
| 1 |
FROM python:3.10-slim
|
| 2 |
|
| 3 |
+
# Install wkhtmltopdf and dependencies for networking and fonts
|
| 4 |
RUN apt-get update && apt-get install -y \
|
| 5 |
wkhtmltopdf \
|
| 6 |
ca-certificates \
|