diff --git a/Dockerfile b/Dockerfile index a38e123..b0c2834 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # Container image that runs your code FROM alpine:3.10 -RUN apk add --no-cache bash curl +RUN apk add --no-cache bash curl git COPY --chmod=0755 entrypoint.sh /entrypoint.sh