removed parameters from python install

This commit is contained in:
brent 2020-09-06 17:33:12 -04:00
parent 209b3aaa45
commit b6cd85eab0
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
FROM node:10-alpine
RUN apt-get update -y
RUN apt-get install python -y
RUN apt-get update
RUN apt-get install python
RUN mkdir -p /home/node/app/node_modules && chown -R node:node /home/node/app