Skip to content
Snippets Groups Projects
Verified Commit d1035da0 authored by micah's avatar micah :speech_balloon:
Browse files

The value of the capability argument is not permitted for a file. Or the file is

not a regular (non-symlink) file

/sbin/ip is a symlink to /bin/ip
parent 4f74f648
No related branches found
No related tags found
No related merge requests found
......@@ -20,5 +20,5 @@ RUN apt-get -q update && env DEBIAN_FRONTEND=noninteractive apt-get install -y -
openvpn libcap2-bin netcat-openbsd iptables\
&& rm -rf /var/lib/apt/lists/*
RUN setcap cap_net_admin,cap_net_bind_service+ep /usr/sbin/openvpn
RUN setcap cap_net_admin+ep /sbin/ip
RUN setcap cap_net_admin+ep /bin/ip
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment