From 4439694d0be23d0b4e3cc137ad260076c3d3c1d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Sachse?= <joerg.sachse@slub-dresden.de> Date: Mon, 2 Sep 2024 12:13:53 +0200 Subject: [PATCH] Update file Dockerfile --- gitlab-ci/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/gitlab-ci/Dockerfile b/gitlab-ci/Dockerfile index e8eac8f..4b1508f 100644 --- a/gitlab-ci/Dockerfile +++ b/gitlab-ci/Dockerfile @@ -4,6 +4,7 @@ FROM sdvharbor.slub-dresden.de/replication/debian:${DEBIAN_RELEASE}-slim # Do NOT delete "ARG DEBIAN_RELEASE" line, it's needed because of # https://docs.docker.com/engine/reference/builder/#understand-how-arg-and-from-interact ARG DEBIAN_RELEASE +ARG VERBOSE=true ARG GITDIR ENV DEBIAN_FRONTEND=noninteractive ENV EXTDPKG="extdpkg" -- GitLab