Skip to content

Commit debc40a

Browse files
committed
[pkg] fix: use entrypoint for forcing QEMU use
1 parent 54af764 commit debc40a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packaging/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ VOLUME /build
2626

2727
USER compiler
2828
WORKDIR /opt/jdkpkg
29-
CMD ["/usr/bin/qemu-arm-static", "/bin/bash", "/opt/jdkpkg/package.sh"]
29+
ENTRYPOINT ["/usr/bin/qemu-arm-static", "/bin/bash", "-c"]
30+
CMD ["/opt/jdkpkg/package.sh"]

0 commit comments

Comments
 (0)