Nexchan commited on
Commit
77c5866
1 Parent(s): c86e3a4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -28,7 +28,7 @@ RUN apt install -y nodejs
28
  RUN apt install -y neofetch
29
 
30
  # Install FFmpeg dan dependencies lainnya
31
- RUN apt install -y ffmpeg gnupg ca-certificates build-essential software-properties-common
32
 
33
  # Install additional dependencies for Puppeteer
34
  RUN apt --yes install libnss3 libatk1.0-0 libatk-bridge2.0-0 libcups2 libgbm1 libasound2 libpangocairo-1.0-0 libxss1 libgtk-3-0
 
28
  RUN apt install -y neofetch
29
 
30
  # Install FFmpeg dan dependencies lainnya
31
+ RUN apt install -y ffmpeg gnupg ca-certificates build-essential software-properties-common chromium-browser
32
 
33
  # Install additional dependencies for Puppeteer
34
  RUN apt --yes install libnss3 libatk1.0-0 libatk-bridge2.0-0 libcups2 libgbm1 libasound2 libpangocairo-1.0-0 libxss1 libgtk-3-0