Skip to content

Commit 4fdac2b

Browse files
cleanup ghcli.tar.gz from docker image (#653)
Co-authored-by: andy Augustin <[email protected]>
1 parent 2bccf82 commit 4fdac2b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ LABEL org.opencontainers.image.description="contains actions-template-sync"
2121
RUN apk add --update --no-cache bash git curl musl openssh git-lfs yq gnupg
2222

2323
RUN wget https://github.com/cli/cli/releases/download/v${GH_CLI_VER}/gh_${GH_CLI_VER}_linux_386.tar.gz -O ghcli.tar.gz
24-
RUN tar --strip-components=1 -xf ghcli.tar.gz
24+
RUN tar --strip-components=1 -xf ghcli.tar.gz \
25+
&& rm ghcli.tar.gz
2526

2627
ADD src/*.sh /bin/
2728
RUN chmod +x /bin/entrypoint.sh \

0 commit comments

Comments
 (0)