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 a472970 commit e2918bbCopy full SHA for e2918bb
Dockerfile
@@ -3,7 +3,7 @@ FROM node:11-alpine as builder
3
ENV NODE_ENV production
4
ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD true
5
6
-RUN apk add --no-cache --virtual .gyp python make g++
+RUN apk add --no-cache python make g++
7
8
WORKDIR /decktape
9
@@ -18,7 +18,7 @@ RUN npm install --build-from-source=hummus && \
18
rm -rf node_modules/hummus/src && \
19
rm -rf node_modules/hummus/build
20
21
-FROM alpine:3.8
+FROM alpine:3.9
22
23
ENV TERM xterm-color
24
0 commit comments