We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fc4ca7 commit 096afa7Copy full SHA for 096afa7
Dockerfile
@@ -39,7 +39,7 @@ ENV CHROME_BIN="/usr/bin/chromium-browser" \
39
40
RUN set -x \
41
&& apk add udev ttf-freefont chromium \
42
- && npm install puppeteer -g
+ && npm install puppeteer --save
43
44
WORKDIR /docs
45
COPY requirements.txt .
0 commit comments