Skip to content

Commit

Permalink
Merge pull request #62 from dataquest-dev/update-dockerfile-cli
Browse files Browse the repository at this point in the history
added missing lib to the Dockerfile.cli
  • Loading branch information
milanmajchrak authored Jun 13, 2022
2 parents b1dfa62 + 5d803e2 commit c5b4689
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile.cli
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,7 @@ ENV DSPACE_INSTALL=/dspace
COPY --from=ant_build /dspace $DSPACE_INSTALL
# Give java extra memory (1GB)
ENV JAVA_OPTS=-Xmx1000m

# Step 4 - copy missing jar (xalan) to the app/dspace/lib
WORKDIR /app
ADD /lib/* /dspace/lib/
Binary file added lib/xalan-2.7.0.jar
Binary file not shown.

0 comments on commit c5b4689

Please sign in to comment.