Fixed error "Git not found"

This commit is contained in:
2020-01-27 13:33:30 +01:00
parent 5fce4532d5
commit de10b82cf3

View File

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