Lock ZT to 1.4.0, 1.4.2 segfaults

This commit is contained in:
Deon George 2019-08-14 22:21:34 +10:00
parent 6986bc92d8
commit 28a1cc2aa8

View File

@ -21,7 +21,7 @@ RUN echo "deb http://download.zerotier.com/debian/stretch stretch main" > /etc/a
# Leenooks Utils
RUN apt-get update \
&& apt-get install -yqq --allow-unauthenticated makenl zerotier-one \
&& apt-get install -yqq --allow-unauthenticated makenl zerotier-one=1.4.0 \
&& apt-get -y autoremove \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*