Skip to content

Commit a772898

Browse files
authored
Update Dockerfile.cli
1 parent 80f4aa1 commit a772898

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile.cli

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ RUN mvn --no-transfer-progress package && \
2929
mvn clean
3030

3131
# Step 2 - Run Ant Deploy
32-
#FROM docker.io/eclipse-temurin:${JDK_VERSION} AS ant_build
33-
FROM openjdk:${JDK_VERSION}-slim as ant_build
32+
FROM docker.io/eclipse-temurin:${JDK_VERSION} AS ant_build
3433
ARG TARGET_DIR=dspace-installer
3534
# COPY the /install directory from 'build' container to /dspace-src in this container
3635
COPY --from=build /install /dspace-src

0 commit comments

Comments
 (0)