1 parent 9425a60 commit b4c5f89Copy full SHA for b4c5f89
1 file changed
riscv-gcc/Dockerfile
@@ -37,12 +37,13 @@ EOF
37
# Put the compiled binaries into a fresh image.
38
FROM ubuntu:24.04
39
40
-# Install host toolchain.
+# Install host toolchain and debug tools.
41
RUN <<EOF
42
set -e
43
apt-get -q -y update
44
apt-get -q -y install --no-install-recommends \
45
- make gcc libc-dev openocd
+ make gcc libc-dev \
46
+ openocd gdb-multiarch
47
apt-get clean
48
rm -rf /var/lib/apt/lists/*
49
EOF
0 commit comments