Skip to content

Commit 4afde78

Browse files
authored
Add coreutils (#88)
1 parent 3e36452 commit 4afde78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ips/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ENV PATH=$PYENV_ROOT/shims:$PYENV_ROOT/bin:$PATH
1010
COPY --from=packer /bin/packer /bin/
1111
COPY --from=terraform /bin/terraform /bin/
1212
COPY --from=kubectl-helm /usr/local/bin/kubectl /bin/
13-
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 && \
13+
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 && \
1414
apk add --no-cache yq --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community && \
1515
git clone https://github.com/pyenv/pyenv.git ~/.pyenv && \
1616
pyenv install 3.11 && \

0 commit comments

Comments
 (0)