Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
d4rkfella authored Dec 1, 2024
1 parent 4c3d875 commit efae744
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ ENV EDITOR=/usr/bin/nano
WORKDIR /tmp

RUN apk update && \
apk upgrade --no-cache && \
apk add --no-cache \
apk upgrade && \
apk add \
coreutils \
curl \
cosign \
Expand Down Expand Up @@ -92,7 +92,7 @@ RUN apk update && \
chown -R root:root /usr/local/bin && chmod -R 755 /usr/local/bin && \
chown -R $USERNAME:$USERNAME /home/$USERNAME && chmod -R 750 /home/$USERNAME && \
kubectl completion bash | tee /etc/bash_completion.d/kubectl > /dev/null && \
rm -rf /root/.cache /tmp/*
rm -rf /root/.cache /tmp/* /var/cache/apk/*

WORKDIR /project

Expand Down

0 comments on commit efae744

Please sign in to comment.