feature: added openssh installation
Gitea/docker-base-images/jdk14-alpine/pipeline/head This commit looks good Details

master
amorozov 2023-04-04 20:28:29 +03:00
parent d1489e801f
commit 83e4df3b6d
1 changed files with 1 additions and 0 deletions

View File

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