feature: added openssh installation
Gitea/docker-base-images/jdk14-alpine/pipeline/head There was a failure building this commit
Details
Gitea/docker-base-images/jdk14-alpine/pipeline/head There was a failure building this commit
Details
parent
740004886d
commit
6a665ddc9c
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue