feature: updated Dockerfile
Gitea/docker-base-images/jdk14-alpine/pipeline/head There was a failure building this commit
Details
Gitea/docker-base-images/jdk14-alpine/pipeline/head There was a failure building this commit
Details
parent
67acb85aa5
commit
f50862ec70
|
@ -10,6 +10,8 @@ ENV GROOVY_VERSION=4.0.9
|
|||
RUN apk update && \
|
||||
apk add --no-cache docker-cli python3 py3-pip git bash && \
|
||||
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 && \
|
||||
pip3 install docker-compose && \
|
||||
apk del .docker-compose-deps
|
||||
|
||||
|
|
Loading…
Reference in New Issue