Skip to content
Snippets Groups Projects
Commit 8330b6b9 authored by Thomas Schneider's avatar Thomas Schneider
Browse files

Use ftp.halifax mirror

parent 46f3b567
No related branches found
No related tags found
No related merge requests found
Pipeline #1200 failed
ARG DEBIAN_RELEASE=stretch
FROM debian:${DEBIAN_RELEASE}
ARG DEBIAN_RELEASE
ENV LANG C.UTF-8
COPY ${DEBIAN_RELEASE}.list /etc/apt/sources.list
RUN apt-get update && apt-get install -y locales && rm -rf /var/lib/apt/lists/* \
&& for lang in en_US de_DE; do localedef -i $lang -c -f UTF-8 -A /usr/share/locale/locale.alias $lang.UTF-8; done
deb http://ftp.halifax.rwth-aachen.de/debian buster main
deb http://security.debian.org/debian-security buster/updates main
deb http://ftp.halifax.rwth-aachen.de/debian buster-updates main
deb http://ftp.halifax.rwth-aachen.de/debian stretch main
deb http://security.debian.org/debian-security stretch/updates main
deb http://ftp.halifax.rwth-aachen.de/debian stretch-updates main
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment