Updated unit tests + README
This commit is contained in:
@@ -18,7 +18,7 @@ find . -mindepth 2 -maxdepth 2 -type d | while read testdir; do
|
||||
continue
|
||||
fi
|
||||
|
||||
echo "*** Building: '$testdir'..."
|
||||
echo "\n\n\n*** Building: '$testdir'..."
|
||||
rm _results/*.tmp
|
||||
|
||||
# Stage scripts
|
||||
|
||||
@@ -4,7 +4,7 @@ MAINTAINER https://www.zerotier.com/
|
||||
|
||||
# Install apps
|
||||
RUN yum -y update
|
||||
RUN yum -y install httpd-2.4.17-3.fc23.x86_64
|
||||
RUN yum -y install httpd-2.4.18-1.fc23.x86_64
|
||||
RUN yum clean all
|
||||
|
||||
EXPOSE 9993/udp 80/udp
|
||||
Reference in New Issue
Block a user