Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
d4rkfella authored Nov 28, 2024
1 parent 16761e2 commit f94dc19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ RUN apk update && \
curl -fsSLO https://github.com/int128/kubelogin/releases/download/$KUBELOGIN_VERSION/kubelogin_linux_amd64.zip && \
curl -fsSLO https://github.com/int128/kubelogin/releases/download/v1.31.0/kubelogin_linux_amd64.zip.sha256 && \
echo "$(cat kubelogin_linux_amd64.zip.sha256)" | sha256sum --check --strict && \
unzip kubelogin_linux_amd64.zip && \
unzip -n kubelogin_linux_amd64.zip && \
mv ./kubelogin /usr/local/bin/kubectl-oidc_login && \
chown -R root:root /usr/local/bin && chmod -R 755 /usr/local/bin && \
chown -R $USERNAME:$USERNAME /home/$USERNAME && chmod -R 750 /home/$USERNAME && \
Expand Down

0 comments on commit f94dc19

Please sign in to comment.