From 7c84b7e1ffad85a0412cb0739dcde9165e8cf222 Mon Sep 17 00:00:00 2001 From: Robert Thomas <31854736+wolveix@users.noreply.github.com> Date: Tue, 10 Sep 2024 09:15:54 +0100 Subject: [PATCH] Ignore DL3008 when linting the Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index e8a1079..f9ee094 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,6 @@ FROM steamcmd/steamcmd:ubuntu-24 +# hadolint ignore=DL3008 RUN set -x \ && apt-get update \ && DEBIAN_FRONTEND=noninteractive apt-get install -y gosu xdg-user-dirs --no-install-recommends\