Skip to content

Commit

Permalink
Add coreutils
Browse files Browse the repository at this point in the history
  • Loading branch information
cmmarslender committed Dec 30, 2024
1 parent 3e36452 commit 8614622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ips/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ENV PATH=$PYENV_ROOT/shims:$PYENV_ROOT/bin:$PATH
COPY --from=packer /bin/packer /bin/
COPY --from=terraform /bin/terraform /bin/
COPY --from=kubectl-helm /usr/local/bin/kubectl /bin/
RUN apk add --no-cache ansible aws-cli bash build-base bzip2-dev curl curl-dev git github-cli git go gpg gpg-agent jq libffi-dev make mysql-client netcat-openbsd openssh-client openssh-keygen openssl openssl-dev readline-dev rsync sudo sqlite-dev tar tk-dev wget xorriso xz-dev zlib-dev && \
RUN apk add --no-cache ansible aws-cli bash build-base bzip2-dev coreutils curl curl-dev git github-cli git go gpg gpg-agent jq libffi-dev make mysql-client netcat-openbsd openssh-client openssh-keygen openssl openssl-dev readline-dev rsync sudo sqlite-dev tar tk-dev wget xorriso xz-dev zlib-dev && \
apk add --no-cache yq --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community && \
git clone https://github.com/pyenv/pyenv.git ~/.pyenv && \
pyenv install 3.11 && \
Expand Down

0 comments on commit 8614622

Please sign in to comment.