Add python dependency to server docker build

This commit is contained in:
Alex Tran 2022-03-22 02:13:16 -05:00
parent 3e918ffd18
commit ce1ab1ed50
2 changed files with 6 additions and 3 deletions

View file

@ -9,7 +9,7 @@ WORKDIR /usr/src/app
COPY package.json package-lock.json ./
# RUN apk add --update-cache build-base python3 libheif vips-dev vips ffmpeg
RUN apk add --update-cache build-base python3
RUN npm install
@ -30,7 +30,7 @@ WORKDIR /usr/src/app
COPY package.json package-lock.json ./
# RUN apk add --update-cache build-base python3 libheif vips-dev vips ffmpeg
RUN apk add --update-cache build-base python3
RUN npm install --only=production