Skip to content

Commit 67872f6

Browse files
committed
GH is in US
1 parent c11b1a1 commit 67872f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN rm /tmp/arm-gnu-toolchain.tar.xz
1111
ENV PATH="/usr/local/arm-gnu-toolchain-11.3.rel1-x86_64-arm-none-eabi/bin:${PATH}"
1212

1313
# Install nrfutil
14-
RUN echo "deb http://ftp.dk.debian.org/debian bullseye main" >/etc/apt/sources.list
14+
RUN echo "deb http://ftp.us.debian.org/debian bullseye main" >/etc/apt/sources.list
1515
RUN apt-get update
1616
RUN apt-get install -y python2 python2-dev
1717
RUN wget "https://bootstrap.pypa.io/pip/2.7/get-pip.py" -O /tmp/get-pip.py

0 commit comments

Comments
 (0)