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:14:34 +03:00
parent 27bf8f9e7d
commit 0bf808597a
1 changed files with 1 additions and 1 deletions

View File

@ -9,8 +9,8 @@ ENV GROOVY_VERSION=4.0.9
# Install docker-cli, docker-compose, git, bash
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 && \
python3 -m pip install --upgrade pip && \
apk add --no-cache --virtual .docker-compose-deps python3-dev libffi-dev openssl-dev gcc libc-dev make && \
pip3 install docker-compose && \
apk del .docker-compose-deps