use python3 package

This commit is contained in:
mattddowney
2021-05-07 10:13:46 -06:00
parent 25a93edeac
commit c73ca9f46a

View File

@@ -1,5 +1,5 @@
FROM node:alpine as builder
RUN apk update && apk add --no-cache python make g++
RUN apk update && apk add --no-cache python3 make g++
WORKDIR /opt/app/
COPY package.json ./
RUN npm install