Add updated common-scope-maps

This commit is contained in:
Antonio Calanducci 2023-12-20 16:01:58 +01:00
parent 61e44b1af5
commit 48def2086c
2 changed files with 4 additions and 1 deletions

View File

@ -48,7 +48,10 @@ RUN wget -P /home/gcube/gCore/lib https://nexus.d4science.org/nexus/content/repo
COPY src/gcube-start-container.sh /home/gcube/gCore/bin/gcore-start-container
COPY src/gcore-start-container-daemon /home/gcube/gCore/bin/gcore-start-container-daemon
COPY src/GHNConfig.xml /home/gcube/gCore/config/GHNConfig.xml
COPY src/common-authorization-2.0.2-4.3.0.jar /home/gcube/gCore/lib/common-authorization-2.0.1-4.2.0-139995.jar
RUN rm /home/gcube/gCore/lib/common-authorization-2.0.1-4.2.0-139995.jar
COPY src/common-authorization-2.0.2-4.3.0.jar /home/gcube/gCore/lib/
RUN rm /home/gcube/gCore/lib/common-scope-maps-1.0.5-4.2.0-134574.jar
COPY src/common-scope-maps-1.1.0-4.15.0-178670.jar /home/gcube/gCore/lib/
COPY src/ServiceMaps.tar.gz /home/gcube/
RUN tar xzvf /home/gcube/ServiceMaps.tar.gz -C /home/gcube/gCore/config/

Binary file not shown.