- trop de trucs d'un coup... je vais faire attention ensuite ^^'
This commit is contained in:
13
Dockerfile
13
Dockerfile
@@ -23,7 +23,18 @@ RUN apk add --no-cache \
|
||||
;
|
||||
|
||||
# Install Node.js and npm
|
||||
RUN apk add --no-cache nodejs npm
|
||||
ENV CHROME_BIN="/usr/bin/chromium-browser" \
|
||||
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD="true"
|
||||
RUN set -x \
|
||||
&& apk update \
|
||||
&& apk upgrade \
|
||||
&& apk add --no-cache \
|
||||
nodejs \
|
||||
npm \
|
||||
udev \
|
||||
ttf-freefont \
|
||||
chromium \
|
||||
&& npm install puppeteer@1.10.0
|
||||
|
||||
RUN set -eux; \
|
||||
install-php-extensions \
|
||||
|
||||
Reference in New Issue
Block a user