Skip to content

Commit

Permalink
fix: dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Lenin Mehedy <[email protected]>
  • Loading branch information
leninmehedy committed Sep 15, 2023
1 parent ce2584b commit a4019dd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker/kubectl-bats/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ RUN apt-get update && \
git clone https://github.com/bats-core/bats-support.git "${BATS_HOME}"/test_helper/bats-support && \
git clone https://github.com/bats-core/bats-assert.git "${BATS_HOME}"/test_helper/bats-assert && \
curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash && \
curl https://github.com/mikefarah/yq/releases/download/v4.34.2/yq_linux_amd64 -o /usr/bin/yq && \
chmod +x /usr/bin/yq
curl -L https://github.com/mikefarah/yq/releases/download/v4.34.2/yq_linux_amd64 -o /usr/bin/yq && \
chmod +x /usr/bin/yq && \
helm version && yq --version

#switch back to user 1001
USER 1001

0 comments on commit a4019dd

Please sign in to comment.