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
27bf8f9e7d
commit
0bf808597a
|
@ -9,8 +9,8 @@ ENV GROOVY_VERSION=4.0.9
|
||||||
# Install docker-cli, docker-compose, git, bash
|
# Install docker-cli, docker-compose, git, bash
|
||||||
RUN apk update && \
|
RUN apk update && \
|
||||||
apk add --no-cache docker-cli python3 git bash && \
|
apk add --no-cache docker-cli python3 git bash && \
|
||||||
apk add --no-cache --virtual .docker-compose-deps python3-dev libffi-dev openssl-dev gcc libc-dev make && \
|
|
||||||
python3 -m pip install --upgrade pip && \
|
python3 -m pip install --upgrade pip && \
|
||||||
|
apk add --no-cache --virtual .docker-compose-deps python3-dev libffi-dev openssl-dev gcc libc-dev make && \
|
||||||
pip3 install docker-compose && \
|
pip3 install docker-compose && \
|
||||||
apk del .docker-compose-deps
|
apk del .docker-compose-deps
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue