diff --git a/Dockerfile b/Dockerfile index a4ea6c8..6120649 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,8 +17,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ && apt-get install -y --no-install-recommends -t trixie \ zlib1g libexpat1 liblzma5 libpcre2-8-0 libsqlite3-0 libxml2 xserver-common xvfb fonts-liberation \ && apt-get install -y --no-install-recommends google-chrome-stable \ + && apt-mark manual google-chrome-stable \ && rm /etc/apt/sources.list.d/debian-trixie.list \ - && apt-get purge -y --auto-remove wget gnupg \ && rm -rf /var/lib/apt/lists/* RUN corepack enable