Skip to content

Commit a741518

Browse files
fix: add missing pkgs to docker container
1 parent cbbae24 commit a741518

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.devcontainer/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,15 @@ RUN apt-get install -y --no-install-recommends \
1616
cmake \
1717
ditaa \
1818
g++ \
19+
gcc-riscv64-linux-gnu \
1920
gcc-riscv64-unknown-elf \
21+
gdb \
2022
gh \
2123
git \
2224
less \
25+
libc6-dev-riscv64-cross \
2326
libelf-dev \
27+
libgmp-dev \
2428
libyaml-dev \
2529
nodejs \
2630
npm \

bin/.container-tag

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.6
1+
0.7

0 commit comments

Comments
 (0)