Skip to content

Commit

Permalink
Fix RTC ppcle_linux build (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdmarshall79 authored and parrobe committed Sep 21, 2018
1 parent a854c4c commit 822a073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/messaging/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit 822a073

Please sign in to comment.