new attempt at python install
This commit is contained in:
parent
b6cd85eab0
commit
84fe91adbb
@ -1,7 +1,6 @@
|
||||
FROM node:10-alpine
|
||||
|
||||
RUN apt-get update
|
||||
RUN apt-get install python
|
||||
RUN apt-get update || : && apt-get install python -y
|
||||
|
||||
RUN mkdir -p /home/node/app/node_modules && chown -R node:node /home/node/app
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user