add git to devcontainer

This commit is contained in:
Henny022p 2025-01-08 02:38:41 +01:00
parent cc06c58fb4
commit 40f67283ef
1 changed files with 2 additions and 0 deletions

View File

@ -1,10 +1,12 @@
FROM debian
RUN apt update && apt upgrade && apt install -y --no-install-recommends \
ca-certificates \
cmake \
g++ \
gcc \
gcc-arm-none-eabi \
git \
libpng-dev \
make \
python3 \