Compare commits

..

No commits in common. "master" and "release-0.1.8" have entirely different histories.

View File

@ -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 curl
RUN apk add --no-cache openssh-client
COPY --from=docker/buildx-bin /buildx /usr/libexec/docker/cli-plugins/docker-buildx