feature: updated Dockerfile
Gitea/docker-base-images/jdk14-alpine/pipeline/head This commit looks good Details

fix/fix-agent-installation release-0.1.1
amorozov 2023-03-30 20:56:52 +03:00
parent c88a6a2a27
commit 740004886d
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ RUN apk update && \
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 && \
pip install --upgrade pip && \
pip3 install docker-compose && \ pip3 install docker-compose && \
apk del .docker-compose-deps apk del .docker-compose-deps