Change: Use archive repository for Jessie

This commit is contained in:
B 2020-07-12 04:15:28 +02:00
parent 55a514cee2
commit 03aec75f44
No known key found for this signature in database
GPG Key ID: 465964AF68260823
1 changed files with 1 additions and 3 deletions

View File

@ -10,10 +10,8 @@ LABEL maintainer="Olaf Meeuwissen <paddy-hack@member.fsf.org>"
COPY ./repository@devuan.org.asc /tmp/
ARG SUITE
RUN url=http://auto.mirror.devuan.org/merged \
RUN url=http://archive.devuan.org/merged \
&& echo "deb $url $SUITE main" > /etc/apt/sources.list \
&& echo "deb $url $SUITE-updates main" >> /etc/apt/sources.list \
&& echo "deb $url $SUITE-security main" >> /etc/apt/sources.list \
&& find /etc/apt/sources.list.d -type f -delete \
&& apt-key add /tmp/repository@devuan.org.asc \
&& apt-get update -q \