diff --git a/gitlab-ci/Dockerfile b/gitlab-ci/Dockerfile index dc27e699629cdcd7c9c58626698816dcb79aee89..f2f449488b7f5082de6fc8d48003e54c1c936065 100644 --- a/gitlab-ci/Dockerfile +++ b/gitlab-ci/Dockerfile @@ -3,7 +3,8 @@ 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.d +ENV EXLIBRIS_REPODIR=Rosetta.dps-sdk-projects +ENV EXLIBRIS_PATH=/exlibris RUN apt-get update; \ apt-get install -y --no-install-recommends gnupg wget locales; \