File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1- FROM debian
2-
3- ENV RUNNER_TOKEN=""
1+ FROM debian:bullseye
42
53RUN 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
2828RUN mkdir /tools
2929RUN cd /tools && \
@@ -34,7 +34,7 @@ RUN cd /tools && \
3434ENV PICO_SDK_PATH="/tools/pico-sdk"
3535
3636RUN 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 && \
You can’t perform that action at this time.
0 commit comments