enzostvs HF staff commited on
Commit
787b2c9
·
1 Parent(s): cff46d0

fix puppeteer

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -4
Dockerfile CHANGED
@@ -18,10 +18,6 @@ ENV PUPPETEER_EXECUTABLE_PATH=/usr/bin/chromium
18
  ENV PUPPETEER_DOWNLOAD_PATH=/root/.cache/puppeteer
19
  ENV PUPPETEER_CACHE_DIR=/root/.cache/puppeteer
20
 
21
- # Install Chromium and fonts
22
- RUN apt install --update chromium \
23
- ttf-freefont
24
-
25
  # Copy the rest of the application files to the container
26
  COPY --chown=1000 . .
27
  RUN chmod +x entrypoint.sh
 
18
  ENV PUPPETEER_DOWNLOAD_PATH=/root/.cache/puppeteer
19
  ENV PUPPETEER_CACHE_DIR=/root/.cache/puppeteer
20
 
 
 
 
 
21
  # Copy the rest of the application files to the container
22
  COPY --chown=1000 . .
23
  RUN chmod +x entrypoint.sh