Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
alxgomz committed Jul 18, 2024
1 parent d2a6562 commit 5b6eafb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions repository/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ FROM tomcat_base AS repo_build
USER root
RUN yum install -y unzip

ADD alfresco-content-services-distribution-23.2.1.zip /tmp/
ADD alfresco-content-services-distribution-23.2.2.zip /tmp/

RUN unzip /tmp/alfresco-content-services-distribution-23.2.1.zip -d /tmp/distribution
RUN unzip /tmp/alfresco-content-services-distribution-23.2.2.zip -d /tmp/distribution

RUN mkdir -p /usr/local/tomcat/shared/classes/alfresco/extension/keystore/

Expand Down

0 comments on commit 5b6eafb

Please sign in to comment.