Skip to content

Commit 6b72aa3

Browse files
authored
Merge branch 'main' into feature/helm-chart
2 parents 153ec90 + 0ad83e8 commit 6b72aa3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/puppeteer/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
FROM node:22-bookworm-slim
22

3-
ENV DEBIAN_FRONTEND noninteractive
3+
ENV DEBIAN_FRONTEND=noninteractive
44

55
# for arm64 support we need to install chromium provided by debian
66
# npm ERR! The chromium binary is not available for arm64.
77
# https://github.com/puppeteer/puppeteer/issues/7740
88

9-
ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD true
9+
ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true
1010
ENV PUPPETEER_EXECUTABLE_PATH=/usr/bin/chromium
1111

1212
RUN apt-get update && \

0 commit comments

Comments
 (0)