From af54f8d9a4aa5892ea652e78d7428ef49feb0cdd Mon Sep 17 00:00:00 2001 From: Remco Bloemen Date: Fri, 25 Feb 2022 13:59:42 -0800 Subject: [PATCH] No need for strip --- Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 41b440b..ab9a7d1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,9 +13,6 @@ COPY ./target ./target # Select the binary for currenct architecture RUN cp ./target/$(uname -m)-unknown-linux-musl/release/${BIN} ./bin -# Strip binary -RUN strip ./bin - # Set capabilities RUN setcap cap_net_bind_service=+ep ./bin