From e327ec8e5b432c8fe9e8be23bc67dc192cf63e2c Mon Sep 17 00:00:00 2001 From: nexy7574 Date: Wed, 12 Jun 2024 01:18:51 +0100 Subject: [PATCH] fuck it just install chrome too --- Dockerfile | 90 ++++++++++++++++++++++++++---------------------------- 1 file changed, 44 insertions(+), 46 deletions(-) diff --git a/Dockerfile b/Dockerfile index cfc64c9..270e844 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,55 +8,53 @@ LABEL org.opencontainers.image.description "Version 2 of jimmy." WORKDIR /app -RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get upgrade -y +RUN DEBIAN_FRONTEND=noninteractive apt-get update # Install chrome dependencies -# RUN DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \ -# gconf-service \ -# libasound2 \ -# libatk1.0-0 \ -# libc6 \ -# libcairo2 \ -# libcups2 \ -# libdbus-1-3 \ -# libexpat1 \ -# libfontconfig1 \ -# libgcc1 \ -# libgconf-2-4 \ -# libgdk-pixbuf2.0-0 \ -# libglib2.0-0 \ -# libgtk-3-0 \ -# libnspr4 \ -# libpango-1.0-0 \ -# libpangocairo-1.0-0 \ -# libstdc++6 \ -# libx11-6 \ -# libx11-xcb1 \ -# libxcb1 \ -# libxcomposite1 \ -# libxcursor1 \ -# libxdamage1 \ -# libxext6 \ -# libxfixes3 \ -# libxi6 \ -# libxrandr2 \ -# libxrender1 \ -# libxss1 \ -# libxtst6 \ -# ca-certificates \ -# fonts-liberation \ -# libappindicator1 \ -# libnss3 \ -# lsb-release \ -# xdg-utils \ -# chromium \ -# chromium-common \ -# chromium-driver \ -# chromium-sandbox \ -# chromium-shell \ +RUN DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \ +webext-ublock-origin-chromium \ +gconf-service \ +libasound2 \ +libatk1.0-0 \ +libc6 \ +libcairo2 \ +libcups2 \ +libdbus-1-3 \ +libexpat1 \ +libfontconfig1 \ +libgcc1 \ +libgconf-2-4 \ +libgdk-pixbuf2.0-0 \ +libglib2.0-0 \ +libgtk-3-0 \ +libnspr4 \ +libpango-1.0-0 \ +libpangocairo-1.0-0 \ +libstdc++6 \ +libx11-6 \ +libx11-xcb1 \ +libxcb1 \ +libxcomposite1 \ +libxcursor1 \ +libxdamage1 \ +libxext6 \ +libxfixes3 \ +libxi6 \ +libxrandr2 \ +libxrender1 \ +libxss1 \ +libxtst6 \ +ca-certificates \ +fonts-liberation \ +libappindicator1 \ +libnss3 \ +lsb-release \ +xdg-utils -# 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 +RUN DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \ + chromium-common \ + chromium-driver \ + chromium-sandbox # Install general utilities RUN DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \