docker: manually install-deps firefox: 1.12GB -> 932MB

This commit is contained in:
Ralf Vogler 2023-02-20 18:37:45 +01:00
parent 3158c5515f
commit 1b319cacf7

View file

@ -22,7 +22,19 @@ RUN apt-get update \
novnc websockify \ novnc websockify \
dos2unix \ dos2unix \
python3-pip \ 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 autoclean -y \
&& apt-get autoremove -y \ && apt-get autoremove -y \
&& rm -rf \ && rm -rf \