Skip to content

Commit

Permalink
revert(repeater): add cap_net_raw+ep capabilities for node in Docke…
Browse files Browse the repository at this point in the history
…r image (#560)

Reverts commit 822f750.
  • Loading branch information
derevnjuk committed Aug 25, 2024
1 parent 5607193 commit 62cff9b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,6 @@ RUN set -eux; \
chmod -R g+rwX /home/node; \
chown -R 1000 /home/node

RUN set -eux; \
apk upgrade --no-cache; \
apk add --no-cache libcap; \
rm -rf /var/cache/apk/*

RUN setcap 'cap_net_raw+ep' $(which node)

# change workgin dir
WORKDIR $HOME/

Expand Down

0 comments on commit 62cff9b

Please sign in to comment.