From 25e7e11b14fe176cbcbee1ea1645d55d0f93ac67 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Sat, 10 Jun 2023 10:53:31 +0200 Subject: ci: DL3059 --- Dockerfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index d522b95..4a68716 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,10 +10,7 @@ FROM alpine RUN set -ex && \ apk add --no-cache vlan libcap bash COPY --from=builder /bin/mdns-repeater /bin/mdns-repeater -RUN chmod +x /bin/mdns-repeater -RUN setcap cap_net_raw=+ep /bin/mdns-repeater - COPY run.sh /app/ -RUN chmod +x /app/run.sh +RUN chmod +x /bin/mdns-repeater && setcap cap_net_raw=+ep /bin/mdns-repeater && chmod +x /app/run.sh ENTRYPOINT ["/app/run.sh", "${VLANS}"] -- cgit v1.2.3