From 52f76845a25a15340ef3c66354edd2b5fcefa459 Mon Sep 17 00:00:00 2001 From: Antonio Calanducci Date: Wed, 18 Oct 2023 09:24:11 +0200 Subject: [PATCH] add fake-accounting-lib --- Dockerfile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Dockerfile b/Dockerfile index 96a271a..4320b02 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,6 +25,12 @@ RUN apt-get update RUN apt-get install -y wget WORKDIR /home/gcube RUN cd /home/gcube && wget https://nexus.d4science.org/nexus/content/repositories/gcube-staging-gcore/org/gcube/distribution/ghn-distribution/7.0.1-4.16.0-144317/ghn-distribution-7.0.1-4.16.0-144317.tar.gz && tar zxf ghn-distribution-7.0.1-4.16.0-144317.tar.gz && rm -f ghn-distribution-7.0.1-4.16.0-144317.tar.gz && mkdir -p /home/gcube/gCore/logs /home/gcube/gCore/tmp /home/gcube/gCore/config /home/gcube/gCore/etc && chown gcube /home/gcube/gCore/logs /home/gcube/gCore/tmp /home/gcube/gCore/config /home/gcube/gCore/etc +# add fake-accounting-lib +RUN rm /home/gcube/gCore/lib/accounting-lib-3.5.0.jar +RUN rm /home/gcube/gCore/lib/document-store-lib-2.5.0.jar +RUN rm /home/gcube/gCore/lib/document-store-lib-couchbase-1.6.0-4.16.0-171307.jar +RUN wget -P /home/gcube/gCore/lib https://nexus.d4science.org/nexus/content/repositories/gcube-snapshots/org/gcube/accounting/fake-accounting-lib/3.2.0-SNAPSHOT/fake-accounting-lib-3.2.0-20190311.105710-2.jar + COPY src/gcube-start-container.sh /home/gcube/gCore/bin/gcore-start-container COPY src/GHNConfig.xml /home/gcube/gCore/config/GHNConfig.xml RUN $GLOBUS_LOCATION/bin/gcore-load-env