File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ ENV PATH=$PYENV_ROOT/shims:$PYENV_ROOT/bin:$PATH
1010COPY --from=packer /bin/packer /bin/
1111COPY --from=terraform /bin/terraform /bin/
1212COPY --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 && \
You can’t perform that action at this time.
0 commit comments