Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
openvpn
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
leap
Container Platform
openvpn
Commits
edec258b
Verified
Commit
edec258b
authored
Dec 18, 2019
by
micah
Browse files
Options
Downloads
Patches
Plain Diff
set the capabilities so openvpn can make tun devices
parent
e6927837
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+3
-2
3 additions, 2 deletions
Dockerfile
with
3 additions
and
2 deletions
Dockerfile
+
3
−
2
View file @
edec258b
...
...
@@ -17,5 +17,6 @@ FROM registry.git.autistici.org/ai3/docker/chaperone-base
COPY
--from=build /go/bin/shapeshifter-dispatcher /usr/local/bin/shapeshifter-dispatcher
COPY
chaperone.d/ /etc/chaperone.d
RUN
apt-get
-q
update
&&
env
DEBIAN_FRONTEND
=
noninteractive apt-get
install
-y
--no-install-recommends
\
openvpn netcat-openbsd iptables
\
openvpn
libcap2-bin
netcat-openbsd iptables
\
&&
rm
-rf
/var/lib/apt/lists/
*
setcap cap_net_admin=ep /usr/sbin/openvpn
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment