add caching to puppeteer
Build and Push Docker Images / build-and-push (push) Successful in 3m55s

This commit is contained in:
2025-04-30 19:09:28 +02:00
parent a1d6db5a06
commit 5eeaa12bee
2 changed files with 148 additions and 9 deletions
+1
View File
@@ -5,6 +5,7 @@ RUN apt-get update && apt-get install -y \
wget \
gnupg2 \
procps \
sqlite3 \
&& 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 \