From 44ef94dc5a7d3b58cb1b2f39abdbe0b9a5d5aa09 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 13 Jun 2022 00:32:47 +0200 Subject: [PATCH] :shirt: Ignore Hadolint warning DL3003 --- uptime-kuma/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/uptime-kuma/Dockerfile b/uptime-kuma/Dockerfile index 2f8a0fa..b697c11 100644 --- a/uptime-kuma/Dockerfile +++ b/uptime-kuma/Dockerfile @@ -12,6 +12,7 @@ COPY requirements.txt /opt/ SHELL ["/bin/bash", "-o", "pipefail", "-c"] # Setup base +# hadolint ignore=DL3003 RUN \ apk add --no-cache --virtual .build-dependencies \ build-base=0.5-r2 \