Removed apk upgrade from the dockerfile

This commit is contained in:
2020-05-06 13:44:57 +02:00
parent 60ab91e841
commit f515b34fb6

View File

@@ -1,6 +1,6 @@
FROM node:lts-alpine3.9
RUN apk update && apk upgrade && apk add --no-cache bash git openssh python py-pip
RUN apk update && apk add --no-cache bash git openssh python py-pip
RUN pip install --no-cache-dir -q --upgrade pip
RUN pip install --no-cache-dir -q autopep8