feature: updated Dockerfile
All checks were successful
Gitea/docker-base-images/jdk14-alpine/pipeline/head This commit looks good

This commit is contained in:
amorozov 2023-03-30 20:56:52 +03:00
parent c88a6a2a27
commit 740004886d

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 && \
# ln -s /usr/bin/pip3 /usr/bin/pip && \
ln -s /usr/bin/python3 /usr/bin/python && \
pip install --upgrade pip && \
pip3 install docker-compose && \
apk del .docker-compose-deps