Skip to content

Commit 48b7450

Browse files
authored
Merge pull request #4045 from OpenLiberty/Build_fix
Build_failure_fix
2 parents f58526f + 2decfa8 commit 48b7450

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/Dockerfile.draft

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,15 @@ RUN ./mvnw -B -Dhttps.protocols=TLSv1.2 compile war:exploded
5050
#
5151
#
5252
#
53-
FROM icr.io/appcafe/open-liberty:25.0.0.9-kernel-slim-java8-openj9-ubi as runtime
53+
FROM icr.io/appcafe/open-liberty:25.0.0.9-kernel-slim-java8-ibmjava-ubi as runtime
5454
ENV SEC_TLS_TRUSTDEFAULTCERTS true
5555

5656
COPY --chown=1001:0 src/main/wlp/server.xml /config/server.xml
5757

5858
# This script will add the requested XML snippets to enable Liberty features and grow image to be fit-for-purpose
5959
# using featureUtility.
6060
# Only available in 'kernel-slim'. The 'full' tag already includes all features for convenience.
61-
RUN features.sh
61+
RUN bash features.sh
6262

6363
COPY --from=war --chown=1001:0 target/openliberty-website-1.0-SNAPSHOT /config/apps/openliberty.war
6464

0 commit comments

Comments
 (0)