feature: added openssh installation
Gitea/docker-base-images/jdk14-alpine/pipeline/head There was a failure building this commit Details

fix/fix-agent-installation release-0.1.2
amorozov 2023-04-04 19:24:56 +03:00
parent 740004886d
commit 6a665ddc9c
1 changed files with 1 additions and 0 deletions

View File

@ -44,4 +44,5 @@ 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