Skip to content

Commit fa81d3c

Browse files
committed
Remove OpenOCD from image
1 parent b238ea5 commit fa81d3c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/.devcontainer/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ RUN cd /apps && \
4141

4242
ENV PICO_EXTRAS_PATH=/apps/pico-extras
4343

44-
RUN git clone https://github.com/raspberrypi/openocd.git --depth=1 && \
45-
cd openocd && ./bootstrap && ./configure --enable-ftdi --enable-sysfsgpio --enable-picoprobe && make -j 8 install
4644
RUN cd /apps && git clone https://github.com/raspberrypi/picotool.git --depth=1 && \
4745
cd picotool && mkdir build && cd build && cmake ../ && make -j 8 && cp picotool /usr/local/bin
4846
RUN cd /apps && git clone https://github.com/wtarreau/bootterm.git --depth=1 && \

0 commit comments

Comments
 (0)