We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80f4aa1 commit a772898Copy full SHA for a772898
Dockerfile.cli
@@ -29,8 +29,7 @@ RUN mvn --no-transfer-progress package && \
29
mvn clean
30
31
# 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
+FROM docker.io/eclipse-temurin:${JDK_VERSION} AS ant_build
34
ARG TARGET_DIR=dspace-installer
35
# COPY the /install directory from 'build' container to /dspace-src in this container
36
COPY --from=build /install /dspace-src
0 commit comments