Fix docker build

This commit is contained in:
Koen Kanters
2020-10-09 15:20:05 +02:00
parent 330927d4b7
commit c1a1b91a25
+1 -1
View File
@@ -10,7 +10,7 @@ FROM base as dependencies
COPY npm-shrinkwrap.json ./
RUN apk add --no-cache --virtual .buildtools make gcc g++ python linux-headers git && \
RUN apk add --no-cache --virtual .buildtools make gcc g++ python3 linux-headers git && \
npm ci --production && \
apk del .buildtools