We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e21a436 commit 687bb7cCopy full SHA for 687bb7c
Dockerfile
@@ -17,7 +17,7 @@ RUN npm install -g pnpm@9.7.1
17
RUN apk add --update --no-cache python3 py3-pip g++ make
18
19
# For puppeteer
20
-RUN apk upgrade --no-cache --available \
+RUN apk upgrade --no-cache --available glib \
21
&& apk add --no-cache \
22
chromium-swiftshader \
23
ttf-freefont \
0 commit comments