From 1e085d9b670ac0f54622c24ead0a82a1f4a573dd Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Tue, 2 Aug 2022 18:34:58 +0200 Subject: [PATCH] Hadolint Format Ignore --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 667ff1c..4efd571 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,8 +8,7 @@ FROM debian:buster-slim ENV DEBIAN_FRONTEND noninteractive -# hadolint ignore=DL3008 -# hadolint ignore=DL3028 +# hadolint ignore=DL3008,DL3028 RUN apt-get update && \ apt-get -y --no-install-recommends install \ ruby \