qfix chromium install

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev 2024-12-07 02:29:51 +07:00
parent ae1cedacbb
commit 60142c18fd
No known key found for this signature in database
GPG Key ID: BD80F68D68D8F7F2

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 --no-install-recommends && \
apt-get install -y chromium=131.0.6778.85-1~deb12u1 --no-install-recommends && \
apt-get clean
WORKDIR /usr/src/app