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:13:47 +03:00
parent 1f00c857cd
commit 27bf8f9e7d
1 changed files with 1 additions and 1 deletions

View File

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