Skip to content

Commit

Permalink
Update docker/kubectl-bats/Dockerfile
Browse files Browse the repository at this point in the history
Co-authored-by: Nathan Klick <[email protected]>
Signed-off-by: Lenin Mehedy <[email protected]>
  • Loading branch information
leninmehedy and nathanklick authored Sep 15, 2023
1 parent 930d4bc commit e45b670
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker/kubectl-bats/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ RUN apt-get update && \
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 -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
chmod +x /usr/bin/yq

#switch back to user 1001
USER 1001

0 comments on commit e45b670

Please sign in to comment.