broadfield-dev commited on
Commit
42aea1b
·
verified ·
1 Parent(s): f701d80

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,6 +1,6 @@
1
  FROM python:3.10-slim
2
 
3
- # Install wkhtmltopdf and necessary dependencies for fonts and networking
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 \