Revert "qfix chromium install"

This reverts commit 60142c18fd.

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev
2024-12-07 02:48:37 +07:00
parent 0aea00d5d9
commit e8d3bb7706
+1 -1
View File
@@ -11,7 +11,7 @@ ENV PUPPETEER_EXECUTABLE_PATH=/usr/bin/chromium
RUN apt-get update && \
apt-get install -y gnupg wget dumb-init && \
apt-get install -y fonts-ipafont-gothic fonts-wqy-zenhei fonts-thai-tlwg fonts-kacst fonts-freefont-ttf libxss1 && \
apt-get install -y chromium=131.0.6778.85-1~deb12u1 --no-install-recommends && \
apt-get install -y chromium --no-install-recommends && \
apt-get clean
WORKDIR /usr/src/app