Removed apt upgrade

This commit is contained in:
2020-07-25 15:30:41 +02:00
committed by GitHub
parent 71bcaf6210
commit ea3e74cc2d

View File

@@ -1,4 +1,4 @@
FROM node:lts-alpine3.9
RUN apk update && apk upgrade && apk add --no-cache bash git openssh
RUN apk update && apk add --no-cache bash git openssh
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]