Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
|
@@ -1,8 +1,7 @@
|
|
| 1 |
FROM python:3.10-slim
|
| 2 |
|
| 3 |
-
# Install wkhtmltopdf and dependencies
|
| 4 |
RUN apt-get update && apt-get install -y \
|
| 5 |
-
wkhtmltopdf
|
| 6 |
|
| 7 |
WORKDIR /app
|
| 8 |
COPY requirements.txt .
|
|
|
|
| 1 |
FROM python:3.10-slim
|
| 2 |
|
|
|
|
| 3 |
RUN apt-get update && apt-get install -y \
|
| 4 |
+
wkhtmltopdf
|
| 5 |
|
| 6 |
WORKDIR /app
|
| 7 |
COPY requirements.txt .
|