We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e06e15e commit d6bb32aCopy full SHA for d6bb32a
.github/helpers/docker/Dockerfile
@@ -11,7 +11,7 @@ RUN ARCH=$(dpkg --print-architecture) && \
11
echo "Unsupported architecture: $ARCH" && exit 1; \
12
fi
13
RUN unzip jre.zip || tar xvfz jre.tar.gz
14
-RUN mv openlogic-openjdk-21.0.8+9-linux-x64 jre || mv openlogic-openjdk-21.0.8+9-mac-x64/jdk-21.0.8.jdk jre
+RUN mv openlogic-openjdk-21.0.8+9-linux-x64 jre && ls jre || mv openlogic-openjdk-21.0.8+9-mac-x64/jdk-21.0.8.jdk jre && ls jre
15
ADD ./cli ./cli
16
ADD ./core ./core
17
ADD ./plugin-interface ./plugin-interface
0 commit comments