Skip to content

Commit 8803a3a

Browse files
committed
Install required packages
1 parent 241d92d commit 8803a3a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Diff for: .devcontainer/Dockerfile

+7
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
1313
curl \
1414
tar \
1515
gzip \
16+
cmake \
17+
ninja-build \
18+
gcc \
19+
g++ \
20+
python3 \
21+
python3-pip \
22+
libstdc++-arm-none-eabi-newlib \
1623
&& apt-get clean \
1724
&& rm -rf /var/lib/apt/lists/*
1825

0 commit comments

Comments
 (0)