Skip to content

Commit

Permalink
Python3 not required for get only
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwillfixit authored May 30, 2020
1 parent 11b1da2 commit d567360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.artifact
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d567360

Please sign in to comment.