File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ ENV PATH="/opt/venv/bin:$PATH"
3131
3232# Some strange DNS issues with installing PGP keys. keyserver.ubuntu.com => 185.125.188.26
3333RUN apt-get -o Acquire::ForceIPv4=true install -y --no-install-recommends gnupg libxslt1-dev libxml2-dev \
34- && echo "deb http://raspbian.raspberrypi.org/raspbian/ buster main contrib non-free rpi" > /etc/apt/sources.list.d/raspberrypi.list \
3534 && echo "deb http://archive.raspberrypi.org/debian/ buster main" >> /etc/apt/sources.list.d/raspberrypi.list \
3635 && apt-key adv --keyserver 185.125.188.26 --recv-keys 9165938D90FDDD2E 82B129927FA3303E
3736
@@ -131,6 +130,7 @@ RUN rm /usr/local/lib/libsispmctl.so /usr/local/lib/libsispmctl.so.0 \
131130RUN echo "deb http://archive.debian.org/debian/ buster main contrib non-free" > /etc/apt/sources.list \
132131 && echo "deb http://archive.debian.org/debian/ buster-proposed-updates main contrib non-free" >> /etc/apt/sources.list \
133132 && echo "deb http://archive.debian.org/debian-security buster/updates main contrib non-free" >> /etc/apt/sources.list \
133+ && sed -i 's/.*deb.debian.org.*//g' /etc/apt/sources.list \
134134 && apt-get -o Acquire::ForceIPv4=true update \
135135 && apt-get -o Acquire::ForceIPv4=true full-upgrade -y --no-install-recommends \
136136 && apt-get -o Acquire::ForceIPv4=true install -y --no-install-recommends sudo netcat-openbsd procps bluez pigpio ffmpeg libxslt1.1 libftdi1 libatlas3-base libgfortran5 libraspberrypi-bin ${JAVA} \
You can’t perform that action at this time.
0 commit comments