ci: ignore DL3025

This commit is contained in:
Michael Grote 2023-06-10 11:03:35 +02:00
parent 4ce156082a
commit 54009fb408

View file

@ -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}"