Manually install chromium* in dockerfile

This commit is contained in:
Nexus 2024-02-10 22:23:45 +00:00
parent 7623ef5348
commit 85ce108154

View file

@ -43,7 +43,13 @@ fonts-liberation \
libappindicator1 \
libnss3 \
lsb-release \
xdg-utils
xdg-utils \
chromium \
chromium-common \
chromium-driver \
chromium-sandbox \
chromium-shell \
webext-ublock-origin-chromium
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
traceroute \