From d5673601f63507f7c9ccc7fbfc003730423aa10d Mon Sep 17 00:00:00 2001 From: Thomas Shaw Date: Sat, 30 May 2020 22:04:53 +0100 Subject: [PATCH] Python3 not required for get only --- Dockerfile.artifact | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.artifact b/Dockerfile.artifact index 76a30d4..68e96ed 100644 --- a/Dockerfile.artifact +++ b/Dockerfile.artifact @@ -4,7 +4,7 @@ FROM alpine:3.11 RUN --mount=type=cache,id=apk,target=/var/cache/apk ln -vs /var/cache/apk /etc/apk/cache && \ apk add --update \ - python3 curl jq bash + curl jq bash COPY --from=tomwillfixit/docker-artifact:latest docker-artifact.sh /docker-artifact