Skip to content

Commit d29757d

Browse files
committed
Updating to use historial RP2040 branch and legacy version of Python
1 parent d58f105 commit d29757d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Dockerfile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
FROM debian
2-
3-
ENV RUNNER_TOKEN=""
1+
FROM debian:bullseye
42

53
RUN useradd -ms /bin/bash runner
64

@@ -16,14 +14,16 @@ RUN apt-get update && apt-get install -y \
1614
libtool \
1715
libftdi-dev \
1816
libusb-1.0.0-dev \
19-
python3 \
2017
python-is-python3 \
2118
python3-pip \
2219
pkg-config \
2320
pcregrep \
24-
gdb-multiarch
21+
gdb-multiarch \
22+
wget \
23+
jimsh \
24+
libjim-dev
2525

26-
RUN python -m pip install gatorgrade --break-system-packages
26+
RUN python -m pip install gatorgrade
2727

2828
RUN mkdir /tools
2929
RUN cd /tools && \
@@ -34,7 +34,7 @@ RUN cd /tools && \
3434
ENV PICO_SDK_PATH="/tools/pico-sdk"
3535

3636
RUN cd /tools && \
37-
git clone https://github.com/raspberrypi/openocd.git --branch rp2040 --depth=1 && \
37+
git clone https://github.com/raspberrypi/openocd --branch master --depth=1 && \
3838
cd openocd && \
3939
./bootstrap && \
4040
./configure && \

0 commit comments

Comments
 (0)