Fix RTC ppcle_linux build (#211)

This commit is contained in:
Stephen Marshall
2018-09-21 09:30:53 +01:00
committed by Rob Parker
parent a854c4c627
commit 822a073c4e

View File

@@ -30,7 +30,7 @@ RUN find /usr/src/mymaven
###############################################################################
# Application runtime (JRE only, no build environment)
###############################################################################
FROM ibmjava:sfj
FROM ibmjava:8-jre
COPY --from=builder /usr/src/mymaven/target/*.jar /opt/app/
COPY --from=builder /usr/src/mymaven/target/lib/*.jar /opt/app/
ENTRYPOINT ["java", "-classpath", "/opt/app/*", "org.junit.platform.console.ConsoleLauncher", "-p", "com.ibm.mqcontainer.test", "--details", "verbose"]