summaryrefslogtreecommitdiff
path: root/netcon/docker-test/httpd/httpd-2.4.16-1.fc23.x86_64/netcon_dockerfile
diff options
context:
space:
mode:
authorJoseph Henry <josephjah@gmail.com>2015-12-03 07:11:33 -0800
committerJoseph Henry <josephjah@gmail.com>2015-12-03 07:11:33 -0800
commit5c5943a00c38f2540c6d30616e1b48222d1fa6c2 (patch)
treee74a2e560da873bb1f1d3f3c54b274a9d83054b3 /netcon/docker-test/httpd/httpd-2.4.16-1.fc23.x86_64/netcon_dockerfile
parent201109a7a0025cf893a22cd62fd5244932391ef4 (diff)
downloadinfinitytier-5c5943a00c38f2540c6d30616e1b48222d1fa6c2.tar.gz
infinitytier-5c5943a00c38f2540c6d30616e1b48222d1fa6c2.zip
(fixed) test script liblwip.so placement, also streamlined test logic
Diffstat (limited to 'netcon/docker-test/httpd/httpd-2.4.16-1.fc23.x86_64/netcon_dockerfile')
-rw-r--r--netcon/docker-test/httpd/httpd-2.4.16-1.fc23.x86_64/netcon_dockerfile10
1 files changed, 4 insertions, 6 deletions
diff --git a/netcon/docker-test/httpd/httpd-2.4.16-1.fc23.x86_64/netcon_dockerfile b/netcon/docker-test/httpd/httpd-2.4.16-1.fc23.x86_64/netcon_dockerfile
index bc7aeb29..3de8ed3f 100644
--- a/netcon/docker-test/httpd/httpd-2.4.16-1.fc23.x86_64/netcon_dockerfile
+++ b/netcon/docker-test/httpd/httpd-2.4.16-1.fc23.x86_64/netcon_dockerfile
@@ -7,7 +7,10 @@ RUN yum -y update
RUN yum -y install httpd-2.4.16-1.fc23.x86_64
RUN yum clean all
-EXPOSE 9993/udp
+EXPOSE 9993/udp 80/udp
+
+# Install LWIP library used by service
+ADD liblwip.so /var/lib/zerotier-one/liblwip.so
# Install syscall intercept library
ADD zerotier-intercept /
@@ -32,10 +35,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"]