We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bccf82 commit 4fdac2bCopy full SHA for 4fdac2b
Dockerfile
@@ -21,7 +21,8 @@ LABEL org.opencontainers.image.description="contains actions-template-sync"
21
RUN apk add --update --no-cache bash git curl musl openssh git-lfs yq gnupg
22
23
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
+RUN tar --strip-components=1 -xf ghcli.tar.gz \
25
+ && rm ghcli.tar.gz
26
27
ADD src/*.sh /bin/
28
RUN chmod +x /bin/entrypoint.sh \
0 commit comments