From 4ac3606456bb70328449aea537e2f0e567727810 Mon Sep 17 00:00:00 2001 From: Thijs van Loef Date: Wed, 6 Mar 2024 10:04:17 +0100 Subject: [PATCH] ignore incorrect lint error --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index fc77b0c75..ab43a5f57 100644 --- a/Dockerfile +++ b/Dockerfile @@ -70,6 +70,7 @@ RUN case ${TARGETARCH} in \ && chmod +x supercronic \ && mv supercronic /usr/local/bin/supercronic +# hadolint ignore=DL3044 ENV HOME=/home/steam \ PORT= \ PUID=1000 \