broadfield-dev commited on
Commit
b648999
·
verified ·
1 Parent(s): face1f8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 .