new attempt at python install

This commit is contained in:
brent 2020-09-06 17:38:57 -04:00
parent b6cd85eab0
commit 84fe91adbb
1 changed files with 1 additions and 2 deletions

View File

@ -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