fixed dockerfile
Some checks failed
CI / release (push) Failing after 2m16s

This commit is contained in:
estebanthi
2026-01-18 14:34:32 +01:00
parent 34822965d2
commit c14052556a

View File

@@ -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