From 076b0fb5327c18532df0e4841ff723efad262d01 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Thu, 25 Jul 2024 22:22:23 +0200 Subject: [PATCH] dd --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index e9590d1..d138cc2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,7 @@ WORKDIR / COPY requirements.txt . COPY requirements.yaml . +# hadolint ignore=DL3013 RUN python3 -m pip install --no-cache-dir --upgrade pip \ && python3 -m pip install --no-cache-dir -r requirements.txt