From f6087f9ef2c6b64c54bfd69ed8f20694bc4d584d Mon Sep 17 00:00:00 2001 From: "Jamie (Bear) Murphy" <git@jam.ie> Date: Sat, 30 Apr 2022 21:43:48 +0100 Subject: [PATCH] add lint ignores --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index fee59f2..719761c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -80,6 +80,7 @@ WORKDIR /opt/netbox/netbox # Must set permissions for '/opt/netbox/netbox/media' directory # to g+w so that pictures can be uploaded to netbox. +# hadolint ignore=DL3003 RUN mkdir -p static /opt/unit/state/ /opt/unit/tmp/ \ && chown -R unit:root media /opt/unit/ \ && chmod -R g+w media /opt/unit/ \