From 5d31e551cc5a7234f7f4025a359a0641dc0e3d01 Mon Sep 17 00:00:00 2001 From: ngosang Date: Thu, 3 Aug 2023 05:19:27 +0200 Subject: [PATCH] Revert "Install Chromium 115 from Debian testing" This reverts commit 2aa095ed5d8053242ef82ba2fbab51ddfd97623f. --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1acceb0..f46e321 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,11 +27,9 @@ WORKDIR /app # Install dummy packages RUN dpkg -i /libgl1-mesa-dri.deb \ && dpkg -i /adwaita-icon-theme.deb \ - # Use Testing packages. The latest version of Chromium is not available for ARM - && sed -i 's/bookworm-updates/bookworm-updates testing/g' /etc/apt/sources.list.d/debian.sources \ # Install dependencies && apt-get update \ - && apt-get install -y --no-install-recommends -t testing chromium chromium-common chromium-driver xvfb dumb-init \ + && apt-get install -y --no-install-recommends chromium chromium-common chromium-driver xvfb dumb-init \ procps curl vim-tiny xauth \ # Remove temporary files and hardware decoding libraries && rm -rf /var/lib/apt/lists/* \