chore: changed agent base image to own alpine-base
All checks were successful
Gitea/docker-base-images/jdk14-alpine/pipeline/head This commit looks good

This commit is contained in:
2023-04-04 19:40:52 +03:00
parent 6a665ddc9c
commit 832f7f29fe
2 changed files with 1 additions and 4 deletions

View File

@@ -44,5 +44,3 @@ 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 --no-cache add openssh