Updated apt url, trigger rebuild

This commit is contained in:
Deon George 2018-08-30 13:22:10 +10:00
parent 3f4890970a
commit b0f48263aa
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
cleaninstall/ cleaninstall/
.git/ .git/
Makefile Makefile
devel devel/

View File

@ -12,7 +12,7 @@ RUN apt-get update \
&& rm -rf /var/lib/apt/lists/* /tmp/* && rm -rf /var/lib/apt/lists/* /tmp/*
# Add in Leenooks' apt repository # Add in Leenooks' apt repository
RUN curl -s http://apt.leenooks.net/setup.sh | sh RUN curl -s http://apt.leenooks.net/setup.sh | sh # Updated URL
# For SSH connections and Spell # For SSH connections and Spell
RUN apt-get update \ RUN apt-get update \