From 54009fb408fc9c71003a0d30c13745399ab4f49c Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Sat, 10 Jun 2023 11:03:35 +0200 Subject: ci: ignore DL3025 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4771572..b477f66 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,5 +14,5 @@ RUN set -ex && \ COPY --from=builder /bin/mdns-repeater /bin/mdns-repeater COPY run.sh /app/ RUN chmod +x /bin/mdns-repeater && setcap cap_net_raw=+ep /bin/mdns-repeater && chmod +x /app/run.sh - +# hadolint ignore=DL3025 ENTRYPOINT /app/run.sh "${VLANS}" -- cgit v1.2.3