Skip to content

Commit

Permalink
No need for strip
Browse files Browse the repository at this point in the history
  • Loading branch information
recmo committed Feb 25, 2022
1 parent 40862d6 commit af54f8d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit af54f8d

Please sign in to comment.