diff --git a/Dockerfile b/Dockerfile index a40c572e472af1542901596e31594033e2170d1d..dfed5c80d26316c165bf37cd9669dd56b6408539 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,9 +20,14 @@ ENV DEBIAN_FRONTEND noninteractive WORKDIR /app RUN apt-get update -y && apt-get install --no-install-recommends -y \ + ca-certificates \ + git \ python3-pip -RUN pip3 install https://git.gfz-potsdam.de/dynamicexposure/globaldynamicexposure/gde-importer/-/archive/master/gde-importer-master.zip +# Install rabotnik spearhead +RUN cd /srv && git clone https://git.gfz-potsdam.de/dynamicexposure/globaldynamicexposure/gde-importer.git +WORKDIR /srv/gde-importer +RUN pip3 install -e . USER 1000 COPY ./files/start.sh /usr/local/bin