diff --git a/Dockerfile b/Dockerfile index 2b83c72..4baf5a8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:latest -RUN apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/main git +RUN apk add --no-cache git COPY entrypoint.sh /entrypoint.sh