From 1c4ebbb9c6ecd6c7300d2b6d02ce2e6905f40817 Mon Sep 17 00:00:00 2001 From: 57_Wolve <57_wolve@private.email> Date: Wed, 11 Jun 2025 18:54:02 +0000 Subject: [PATCH] Update applications/puppeteer/Dockerfile --- applications/puppeteer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/puppeteer/Dockerfile b/applications/puppeteer/Dockerfile index dcf0bc6..0fedb99 100644 --- a/applications/puppeteer/Dockerfile +++ b/applications/puppeteer/Dockerfile @@ -2,7 +2,7 @@ FROM node:20.11.1 # Install the latest Chrome dev package and necessary fonts and libraries RUN apt-get update -y && apt-get install -y wget gnupg -RUN wget -q -O - | gpg --dearmor -o /usr/share/keyrings/googlechrome-linux-keyring.gpg +RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | gpg --dearmor -o /usr/share/keyrings/googlechrome-linux-keyring.gpg RUN echo "deb [arch=amd64 signed-by=/usr/share/keyrings/googlechrome-linux-keyring.gpg] stable main" > /etc/apt/sources.list.d/google.list RUN apt-get update -y RUN apt-get install --no-install-recommends -y google-chrome-stable fonts-ipafont-gothic fonts-wqy-zenhei fonts-thai-tlwg fonts-khmeros fonts-kacst fonts-freefont-ttf libxss1 dbus dbus-x11