File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11FROM debian:buster
22
3- MAINTAINER DESY, Jan Kotanski <jankotan@gmail.com>
4- RUN /bin/bash -c 'echo "deb http://ftp.de.debian.org/debian buster main" > /etc/apt/sources.list.d/debian10de.list'
3+ # switch to the german archive mirror
4+ RUN sed -i 's|http://deb.debian.org|http://archive.debian.org|g' /etc/apt/sources.list
5+ RUN sed -i 's|http://security.debian.org|http://archive.debian.org|g' /etc/apt/sources.list
6+
7+ # MAINTAINER DESY, Jan Kotanski <jankotan@gmail.com>
8+ # RUN /bin/bash -c 'echo "deb http://ftp.de.debian.org/debian buster main" > /etc/apt/sources.list.d/debian10de.list'
59RUN apt-get update
610RUN apt-get install -y base-passwd apt-utils dialog -y
711RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections
Original file line number Diff line number Diff line change 11FROM debian:buster
22
3- MAINTAINER DESY, Jan Kotanski <jankotan@gmail.com>
4- RUN /bin/bash -c 'echo "deb http://ftp.de.debian.org/debian buster main" > /etc/apt/sources.list.d/debian10de.list'
3+ # switch to the german archive mirror
4+ RUN sed -i 's|http://deb.debian.org|http://archive.debian.org|g' /etc/apt/sources.list
5+ RUN sed -i 's|http://security.debian.org|http://archive.debian.org|g' /etc/apt/sources.list
6+
7+ # MAINTAINER DESY, Jan Kotanski <jankotan@gmail.com>
8+ # RUN /bin/bash -c 'echo "deb http://ftp.de.debian.org/debian buster main" > /etc/apt/sources.list.d/debian10de.list'
59RUN apt-get update
610RUN apt-get install -y base-passwd apt-utils dialog -y
711RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections
You can’t perform that action at this time.
0 commit comments