Skip to content

Commit b6c9019

Browse files
authored
fix(docker): Revert the && instead of ;
1 parent 215794f commit b6c9019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debian/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ RUN if [[ "${TARGETPLATFORM}" != "linux/arm/v7" ]]; then \
5151
"21."*) options="--compress=zip-6 --add-modules ALL-MODULE-PATH" ;; \
5252
"25"*) options="--compress=zip-6 --add-modules java.base,java.logging,java.xml,java.se" ;; \
5353
*) echo "ERROR: unmanaged jlink version pattern" && exit 1 ;; \
54-
esac && \
54+
esac; \
5555
jlink \
5656
--strip-java-debug-attributes \
5757
${options} \

0 commit comments

Comments
 (0)