feature: updated Dockerfile
Gitea/docker-base-images/jdk14-alpine/pipeline/head There was a failure building this commit Details

fix/fix-agent-installation
amorozov 2023-03-30 20:51:30 +03:00
parent f50862ec70
commit c88a6a2a27
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ ENV GROOVY_VERSION=4.0.9
RUN apk update && \ RUN apk update && \
apk add --no-cache docker-cli python3 py3-pip git bash && \ apk add --no-cache docker-cli python3 py3-pip git bash && \
apk add --no-cache --virtual .docker-compose-deps python3-dev libffi-dev openssl-dev gcc libc-dev make && \ apk add --no-cache --virtual .docker-compose-deps python3-dev libffi-dev openssl-dev gcc libc-dev make && \
ln -s /usr/bin/pip3 /usr/bin/pip && \ # ln -s /usr/bin/pip3 /usr/bin/pip && \
ln -s /usr/bin/python3 /usr/bin/python && \ ln -s /usr/bin/python3 /usr/bin/python && \
pip3 install docker-compose && \ pip3 install docker-compose && \
apk del .docker-compose-deps apk del .docker-compose-deps