update puppeteer server
Build and Push Docker Images / build-and-push (push) Successful in 5m46s

This commit is contained in:
2025-03-31 14:13:37 +02:00
parent b51fca8d0d
commit 968f0d9864
4 changed files with 129 additions and 19 deletions
+1
View File
@@ -4,6 +4,7 @@ FROM python:3.9-slim
RUN apt-get update && apt-get install -y \
wget \
gnupg2 \
procps \
&& wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | gpg --dearmor -o /usr/share/keyrings/google-chrome-keyring.gpg \
&& echo "deb [arch=amd64 signed-by=/usr/share/keyrings/google-chrome-keyring.gpg] http://dl.google.com/linux/chrome/deb/ stable main" | tee /etc/apt/sources.list.d/google-chrome.list \
&& apt-get update \