Skip to content

Commit 617b099

Browse files
committed
update debian 10 ci
1 parent 2f038a6 commit 617b099

2 files changed

Lines changed: 12 additions & 4 deletions

File tree

.ci/debian10_py2/Dockerfile

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
FROM 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'
59
RUN apt-get update
610
RUN apt-get install -y base-passwd apt-utils dialog -y
711
RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections

.ci/debian10_py3/Dockerfile

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
FROM 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'
59
RUN apt-get update
610
RUN apt-get install -y base-passwd apt-utils dialog -y
711
RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections

0 commit comments

Comments
 (0)