different strategy for python dependencies
This commit is contained in:
parent
84fe91adbb
commit
9772b3b1fd
@ -1,6 +1,6 @@
|
|||||||
FROM node:10-alpine
|
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
|
RUN mkdir -p /home/node/app/node_modules && chown -R node:node /home/node/app
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user