different strategy for python dependencies

This commit is contained in:
brent 2020-09-06 17:47:05 -04:00
parent 84fe91adbb
commit 9772b3b1fd
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
FROM node:10-alpine
RUN apt-get update || : && apt-get install python -y
RUN apk add g++ make python
RUN mkdir -p /home/node/app/node_modules && chown -R node:node /home/node/app