mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-14 10:37:33 -07:00
Test updates
This commit is contained in:
parent
036bbfaff9
commit
dab13f59e5
22 changed files with 50 additions and 82 deletions
|
@ -17,10 +17,9 @@ RUN mv ZeroTierIcon.png /var/www/html/ZeroTierIcon.png
|
|||
|
||||
# Install syscall intercept library
|
||||
ADD zerotier-intercept /
|
||||
ADD libzerotierintercept.so.1.0 /
|
||||
RUN cp libzerotierintercept.so.1.0 lib/libzerotierintercept.so.1.0
|
||||
RUN cp libzerotierintercept.so.1.0 /lib/libzerotierintercept.so.1.0
|
||||
RUN ln -sf /lib/libzerotierintercept.so.1.0 /lib/libzerotierintercept
|
||||
ADD libzerotierintercept.so /
|
||||
RUN cp libzerotierintercept.so lib/libzerotierintercept.so
|
||||
RUN ln -sf /lib/libzerotierintercept.so /lib/libzerotierintercept
|
||||
RUN /usr/bin/install -c zerotier-intercept /usr/bin
|
||||
|
||||
# Add ZT files
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue