Compare commits
2 Commits
release-0.
...
master
Author | SHA1 | Date | |
---|---|---|---|
cdde4793b4 | |||
a8429cced6 |
@ -10,7 +10,7 @@ ENV DOCKER_COMPOSE_VERSION 1.23.2
|
||||
|
||||
# Install docker-cli, docker-compose, git, bash
|
||||
RUN apk update && \
|
||||
apk add --no-cache docker-cli
|
||||
apk add --no-cache docker-cli bash git
|
||||
|
||||
RUN apk --update add py-pip &&\
|
||||
pip install -U docker-compose==${DOCKER_COMPOSE_VERSION}
|
||||
@ -42,6 +42,6 @@ RUN set -o errexit -o nounset && echo "Installing build dependencies" && \
|
||||
echo "Editing startGroovy to include java.xml.bind module" && \
|
||||
sed --in-place 's|startGroovy ( ) {|startGroovy ( ) {\n JAVA_OPTS="$JAVA_OPTS --add-modules=ALL-SYSTEM"|' "${GROOVY_HOME}/bin/startGroovy"
|
||||
|
||||
RUN apk add --no-cache openssh-client
|
||||
RUN apk add --no-cache openssh-client curl
|
||||
|
||||
COPY --from=docker/buildx-bin /buildx /usr/libexec/docker/cli-plugins/docker-buildx
|
||||
|
Loading…
Reference in New Issue
Block a user