From 032bae1784e7182b6982c446678bcaf9d6b2411d Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Wed, 2 Aug 2023 18:57:40 +0200 Subject: [PATCH] ignore DL3008, DL3007 --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index d606ae2..8833a37 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,7 @@ FROM ubuntu:latest ENV DEBIAN_FRONTEND=noninteractive # Install necessary packages +# hadolint ignore=DL3008,DL3007 RUN apt-get update && \ apt-get -y --no-install-recommends install git openssh-client && \ apt-get clean && \