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 68f1f1c commit 7dfad19Copy full SHA for 7dfad19
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:8.11
+FROM node:8
2
3
# dependencies for chromium
4
RUN apt-get update && apt-get install -y gconf-service libasound2 libatk1.0-0 libc6 libcairo2 libcups2 libdbus-1-3 libexpat1 libfontconfig1 libgcc1 libgconf-2-4 \
@@ -11,4 +11,4 @@ RUN yarn config set cache-folder ./.yarn-cache && \
11
yarn global add gulp && \
12
yarn global add puppeteer && \
13
yarn global add @sentry/cli && \
14
- yarn install
+ yarn install
0 commit comments