Commit 9d86aaf 1 parent 526305a commit 9d86aaf Copy full SHA for 9d86aaf
File tree 1 file changed +28
-2
lines changed
1 file changed +28
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,20 @@ RUN npm install -g pnpm@9.4.0 && \
23
23
libpango-1.0-0 \
24
24
libcairo2 \
25
25
libasound2 \
26
- libatspi2.0-0 && \
26
+ libatspi2.0-0 \
27
+ libwoff2-1 \
28
+ libgstreamer1.0-0 \
29
+ libgstreamer-plugins-base1.0-0 \
30
+ libgstreamer-plugins-bad1.0-0 \
31
+ libvpx7 \
32
+ libevent-2.1-7 \
33
+ libharfbuzz-icu0 \
34
+ libwebpdemux2 \
35
+ libenchant-2-2 \
36
+ libhyphen0 \
37
+ libmanette-0.2-0 \
38
+ libflite1 \
39
+ libx264-164 && \
27
40
apt-get clean && \
28
41
rm -rf /var/lib/apt/lists/*
29
42
@@ -112,7 +125,20 @@ RUN apt-get update && \
112
125
libpango-1.0-0 \
113
126
libcairo2 \
114
127
libasound2 \
115
- libatspi2.0-0 && \
128
+ libatspi2.0-0 \
129
+ libwoff2-1 \
130
+ libgstreamer1.0-0 \
131
+ libgstreamer-plugins-base1.0-0 \
132
+ libgstreamer-plugins-bad1.0-0 \
133
+ libvpx7 \
134
+ libevent-2.1-7 \
135
+ libharfbuzz-icu0 \
136
+ libwebpdemux2 \
137
+ libenchant-2-2 \
138
+ libhyphen0 \
139
+ libmanette-0.2-0 \
140
+ libflite1 \
141
+ libx264-164 && \
116
142
apt-get clean && \
117
143
rm -rf /var/lib/apt/lists/*
118
144
You can’t perform that action at this time.
0 commit comments