Install chrome dependencies in container
All checks were successful
Build and Publish / build_and_publish (push) Successful in 5m46s

This commit is contained in:
Nexus 2024-06-12 01:08:57 +01:00
parent bee6d06a1d
commit 7aa06c94be
Signed by: nex
GPG key ID: 0FA334385D0B689F

View file

@ -54,7 +54,9 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get upgrade -y
# chromium-driver \
# chromium-sandbox \
# chromium-shell \
# webext-ublock-origin-chromium
# Install Chrome
RUN apt-get install -y gconf-service libasound2 libatk1.0-0 libcairo2 libcups2 libfontconfig1 libgdk-pixbuf2.0-0 libgtk-3-0 libnspr4 libpango-1.0-0 libxss1 fonts-liberation libappindicator1 libnss3 lsb-release xdg-utils webext-ublock-origin-chromium
# Install general utilities
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \