From 533d2d718cbf2b1d1becceeedd8eb3db38154186 Mon Sep 17 00:00:00 2001 From: Marco Cadetg Date: Thu, 11 Sep 2025 08:20:56 +0200 Subject: [PATCH] Change license label from MIT to Apache 2.0 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 406714a..f598b5c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -58,10 +58,10 @@ RUN chmod +x /usr/local/bin/rustnet LABEL org.opencontainers.image.title="RustNet" LABEL org.opencontainers.image.description="A cross-platform network monitoring tool with deep packet inspection" LABEL org.opencontainers.image.source="https://github.com/domcyrus/rustnet" -LABEL org.opencontainers.image.licenses="MIT" +LABEL org.opencontainers.image.licenses="Apache License, Version 2.0" # Important: RustNet requires elevated privileges for packet capture functionality # Run with: docker run --cap-add=NET_RAW --cap-add=NET_ADMIN rustnet # Or with: docker run --privileged rustnet ENTRYPOINT ["rustnet"] -CMD ["--help"] \ No newline at end of file +CMD ["--help"]