Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Dockerfile
Browse files Browse the repository at this point in the history
d4rkfella authored Nov 18, 2024
1 parent a44d246 commit ad89a95
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -22,10 +22,9 @@ RUN apk add --no-cache \
libstdc++ \
direnv \
unzip && \
{ echo ''; echo 'eval "$(direnv hook bash)"'; } >> /root/.bashrc && \
cat /root/.bashrc && \
addgroup -g $USER_GID $USERNAME && \
adduser -u $USER_UID -G $USERNAME -s /bin/sh -D $USERNAME && \
echo 'eval "$(direnv hook bash)"' >> /home/$USERNAME/.bashrc && \
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl" && \
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl.sha256" && \
echo "$(cat kubectl.sha256) kubectl" | sha256sum --check --strict && \

0 comments on commit ad89a95

Please sign in to comment.