We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c11b1a1 commit 67872f6Copy full SHA for 67872f6
1 file changed
Dockerfile
@@ -11,7 +11,7 @@ RUN rm /tmp/arm-gnu-toolchain.tar.xz
11
ENV PATH="/usr/local/arm-gnu-toolchain-11.3.rel1-x86_64-arm-none-eabi/bin:${PATH}"
12
13
# Install nrfutil
14
-RUN echo "deb http://ftp.dk.debian.org/debian bullseye main" >/etc/apt/sources.list
+RUN echo "deb http://ftp.us.debian.org/debian bullseye main" >/etc/apt/sources.list
15
RUN apt-get update
16
RUN apt-get install -y python2 python2-dev
17
RUN wget "https://bootstrap.pypa.io/pip/2.7/get-pip.py" -O /tmp/get-pip.py
0 commit comments