Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkfella91 authored Nov 29, 2024
1 parent 2ae3b78 commit 933ac33
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ RUN apk update && \
libstdc++ \
direnv \
yq \
python3 \
libc6-compat \
aws-cli \
unzip && \
echo "**** Creating user and group ****" && \
addgroup -g $USER_GID $USERNAME && \
Expand Down Expand Up @@ -95,10 +94,8 @@ 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 && \
ln -s /usr/lib/libpython3.12.so.1.0 /usr/local/bin/libpython3.12.so.1.0 && \
echo "**** Cleaning up ****" && \
rm -rf /root/.cache /tmp/*
COPY --from=docker.io/amazon/aws-cli:2.22.7 /usr/local/bin/aws /usr/local/bin/aws

WORKDIR /project

Expand Down

0 comments on commit 933ac33

Please sign in to comment.