updated Dockerfile
Gitea/docker-base-images/jdk14-alpine/pipeline/head This commit looks good
Details
Gitea/docker-base-images/jdk14-alpine/pipeline/head This commit looks good
Details
parent
28a1b616a8
commit
a3a94fcf4e
|
@ -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 && \
|
||||
|
|
Loading…
Reference in New Issue