Skip to content

Commit

Permalink
feat(installer): add bash (#2100)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lis authored Sep 30, 2022
1 parent 265a2da commit 220757c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/docker/tools/job/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ RUN mkdir -p /tmp/kubectl/ && cd /tmp/kubectl && \
tar -zxf kubectl-$APP_VERSION-1-$OS_NAME-$OS_ARCH-debian-11.tar.gz -C /bin/ --strip-components=4 && \
rm -rf /tmp/kubectl && \
apk add --update curl && \
apk add --no-cache bash && \
rm -rf /var/cache/apk/*

ENTRYPOINT [ "kubectl" ]
Expand Down

0 comments on commit 220757c

Please sign in to comment.