We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 153ec90 + 0ad83e8 commit 6b72aa3Copy full SHA for 6b72aa3
1 file changed
src/puppeteer/Dockerfile
@@ -1,12 +1,12 @@
1
FROM node:22-bookworm-slim
2
3
-ENV DEBIAN_FRONTEND noninteractive
+ENV DEBIAN_FRONTEND=noninteractive
4
5
# for arm64 support we need to install chromium provided by debian
6
# npm ERR! The chromium binary is not available for arm64.
7
# https://github.com/puppeteer/puppeteer/issues/7740
8
9
-ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD true
+ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true
10
ENV PUPPETEER_EXECUTABLE_PATH=/usr/bin/chromium
11
12
RUN apt-get update && \
0 commit comments