Change curl to follow redirects

This commit is contained in:
Deon George 2020-10-10 20:56:16 +11:00
parent f1e2f473f0
commit d79f64ca93
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@ RUN apt-get update \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
# Add in Leenooks' apt repository
RUN curl -s http://apt.leenooks.net/stretch/setup.sh | sh
RUN curl -s http://apt.leenooks.net/buster/setup.sh | sh
RUN curl -sL http://apt.leenooks.net/stretch/setup.sh | sh
RUN curl -sL http://apt.leenooks.net/buster/setup.sh | sh
# Add ZeroTier
RUN echo "deb [trusted=yes] http://download.zerotier.com/debian/stretch stretch main" > /etc/apt/sources.list.d/zerotier.list