summaryrefslogtreecommitdiff
path: root/docker-test/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'docker-test/Dockerfile')
-rw-r--r--docker-test/Dockerfile7
1 files changed, 4 insertions, 3 deletions
diff --git a/docker-test/Dockerfile b/docker-test/Dockerfile
index 83b33f89..69a2e0a4 100644
--- a/docker-test/Dockerfile
+++ b/docker-test/Dockerfile
@@ -3,6 +3,10 @@ FROM fedora:20
MAINTAINER https://www.zerotier.com/
+# Install Apache
+RUN yum -y update && yum clean all
+RUN yum -y install httpd && yum clean all
+
# Add files
ADD zerotier-one /
ADD zerotier-cli /
@@ -18,9 +22,6 @@ RUN cp libintercept.so.1.0 /lib/libintercept.so.1.0
RUN ln -sf /lib/libintercept.so.1.0 /lib/libintercept
RUN /usr/bin/install -c intercept /usr/bin
-# Install Apache
-RUN yum -y update && yum clean all
-RUN yum -y install httpd && yum clean all
RUN echo "Apache" >> /var/www/html/index.html
EXPOSE 9993/udp