docker: manually install-deps firefox: 1.12GB -> 932MB
This commit is contained in:
parent
3158c5515f
commit
1b319cacf7
1 changed files with 13 additions and 1 deletions
14
Dockerfile
14
Dockerfile
|
|
@ -22,7 +22,19 @@ RUN apt-get update \
|
|||
novnc websockify \
|
||||
dos2unix \
|
||||
python3-pip \
|
||||
&& npx playwright install-deps firefox \
|
||||
# && npx playwright install-deps firefox \
|
||||
&& apt-get install --no-install-recommends -y \
|
||||
libgtk-3-0 \
|
||||
libasound2 \
|
||||
libxcomposite1 \
|
||||
libpangocairo-1.0-0 \
|
||||
libpango-1.0-0 \
|
||||
libatk1.0-0 \
|
||||
libcairo-gobject2 \
|
||||
libcairo2 \
|
||||
libgdk-pixbuf-2.0-0 \
|
||||
libdbus-glib-1-2 \
|
||||
libxcursor1 \
|
||||
&& apt-get autoclean -y \
|
||||
&& apt-get autoremove -y \
|
||||
&& rm -rf \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue