mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-21 13:54:15 -07:00
(fixed) test script liblwip.so placement, also streamlined test logic
This commit is contained in:
parent
201109a7a0
commit
5c5943a00c
37 changed files with 87 additions and 478 deletions
|
@ -9,6 +9,9 @@ RUN yum clean all
|
|||
|
||||
EXPOSE 9993/udp 8080/udp
|
||||
|
||||
# Install LWIP library used by service
|
||||
ADD liblwip.so /var/lib/zerotier-one/liblwip.so
|
||||
|
||||
#
|
||||
ADD httpserver.js /
|
||||
|
||||
|
@ -35,10 +38,5 @@ ADD zerotier-cli /
|
|||
ADD netcon_entrypoint.sh /netcon_entrypoint.sh
|
||||
RUN chmod -v +x /netcon_entrypoint.sh
|
||||
|
||||
# Install LWIP library used by service
|
||||
ADD liblwip.so /
|
||||
RUN mkdir -p ext/bin/lwip
|
||||
RUN cp liblwip.so ext/bin/lwip/liblwip.so
|
||||
|
||||
# Start ZeroTier-One
|
||||
CMD ["./netcon_entrypoint.sh"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue