Skip to content
Snippets Groups Projects
Commit bc38f7cf authored by Jens Steidl's avatar Jens Steidl :baby_chick:
Browse files

- minor: renamed variable

parent 8716fc28
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ FROM sdvharbor.slub-dresden.de/replication/debian:bookworm-slim
ARG GITDIR
ENV DEBIAN_FRONTEND=noninteractive
ENV EXLIBRIS_REPO=https://github.com/ExLibrisGroup/Rosetta.dps-sdk-projects.git
ENV EXLIBRIS_REPODIR=Rosetta.dps-sdk-projects
ENV EXLIBRIS_REPO_DIR=Rosetta.dps-sdk-projects
ENV EXLIBRIS_PATH=/exlibris
RUN apt-get update; \
......@@ -23,4 +23,4 @@ RUN apt-get update; \
;
RUN apt-file update;
RUN git clone https://github.com/ExLibrisGroup/Rosetta.dps-sdk-projects.git
RUN ln -s ${EXLIBRIS_REPODIR} ${EXLIBRIS_PATH}
RUN ln -s ${EXLIBRIS_REPO_DIR} ${EXLIBRIS_PATH}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment