Neon-AI commited on
Commit
9f1e69b
·
verified ·
1 Parent(s): 451e011

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +26 -1
Dockerfile CHANGED
@@ -4,10 +4,35 @@ WORKDIR /app
4
 
5
  # Install system dependencies for Playwright + FFmpeg
6
  RUN apt-get update && apt-get install -y \
7
- ffmpeg \
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  wget \
9
  curl \
10
  git \
 
11
  && rm -rf /var/lib/apt/lists/*
12
 
13
  # Copy only requirements first (cache layer)
 
4
 
5
  # Install system dependencies for Playwright + FFmpeg
6
  RUN apt-get update && apt-get install -y \
7
+ libnss3 \
8
+ libnspr4 \
9
+ libatk1.0-0 \
10
+ libatk-bridge2.0-0 \
11
+ libcups2 \
12
+ libdrm2 \
13
+ libxkbcommon0 \
14
+ libxcomposite1 \
15
+ libxdamage1 \
16
+ libxfixes3 \
17
+ libxrandr2 \
18
+ libgbm1 \
19
+ libpango-1.0-0 \
20
+ libasound2 \
21
+ libatspi2.0-0 \
22
+ libwayland-client0 \
23
+ libx11-xcb1 \
24
+ fonts-liberation \
25
+ libappindicator3-1 \
26
+ libxshmfence1 \
27
+ libxext6 \
28
+ libx11-6 \
29
+ libgconf-2-4 \
30
+ libxss1 \
31
+ libxcursor1 \
32
  wget \
33
  curl \
34
  git \
35
+ ffmpeg \
36
  && rm -rf /var/lib/apt/lists/*
37
 
38
  # Copy only requirements first (cache layer)