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

master release-0.1.7
amorozov 2024-06-16 22:36:26 +03:00
parent 28a1b616a8
commit a3a94fcf4e
1 changed files with 1 additions and 2 deletions

View File

@ -13,8 +13,7 @@ RUN apk update && \
apk add --no-cache docker-cli
RUN apk --update add py-pip &&\
pip install -U docker-compose==${DOCKER_COMPOSE_VERSION} &&\
rm -rf `find / -regex '.*\.py[co]' -or -name apk`
pip install -U docker-compose==${DOCKER_COMPOSE_VERSION}
RUN set -o errexit -o nounset && echo "Installing build dependencies" && \
apk add --no-cache --virtual .build-deps gnupg && \