Skip to content

Commit 3e9e626

Browse files
committed
Update CMD entry point
Signed-off-by: Viet Nguyen Duc <[email protected]>
1 parent 117c1cb commit 3e9e626

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.tools/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ LABEL org.opencontainers.image.source="https://github.com/${AUTHORS}/docker-sele
66

77
ARG KUBECTL_VERSION
88

9-
RUN apt-get update && apt-get install -y curl && \
9+
RUN apt-get update && apt-get install -y bash curl jq && \
1010
ARCH=$(dpkg --print-architecture) && \
1111
VERSION=${KUBECTL_VERSION:-$(curl -L -s https://dl.k8s.io/release/stable.txt)} && \
1212
curl -LO "https://dl.k8s.io/release/${VERSION}/bin/linux/${ARCH}/kubectl" && \
@@ -22,4 +22,4 @@ USER kubectl
2222

2323
RUN kubectl version --client
2424

25-
ENTRYPOINT ["kubectl"]
25+
CMD ["bash"]

0 commit comments

Comments
 (0)