From 172395fc5011b98ca42f40312b515148309ca08a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=B6rg=20Sachse?= <joerg.sachse@slub-dresden.de>
Date: Fri, 30 Aug 2024 11:54:48 +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 c830f85..19867a7 100644
--- a/gitlab-ci/Dockerfile
+++ b/gitlab-ci/Dockerfile
@@ -3,6 +3,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 GITDIR
 ENV DEBIAN_FRONTEND=noninteractive
 ENV EXTDPKG="extdpkg"
-- 
GitLab