feature: changed openssh dependency to openssh-client
All checks were successful
Gitea/docker-base-images/jdk14-alpine/pipeline/head This commit looks good

This commit is contained in:
amorozov 2023-04-04 20:29:43 +03:00
parent 83e4df3b6d
commit 0d1e8df801

View File

@ -44,4 +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
RUN apk add --no-cache openssh-client