broadfield-dev commited on
Commit
161fe3a
·
verified ·
1 Parent(s): 119da49

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -3,6 +3,8 @@ FROM python:3.10-slim
3
  # Install wkhtmltopdf and dependencies
4
  RUN apt-get update && apt-get install -y \
5
  wkhtmltopdf \
 
 
6
  && rm -rf /var/lib/apt/lists/*
7
 
8
  WORKDIR /app
 
3
  # Install wkhtmltopdf and dependencies
4
  RUN apt-get update && apt-get install -y \
5
  wkhtmltopdf \
6
+ ca-certificates \
7
+ xvfb \
8
  && rm -rf /var/lib/apt/lists/*
9
 
10
  WORKDIR /app