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 FROM debian
RUN apt update && apt upgrade && apt install -y --no-install-recommends \ RUN apt update && apt upgrade && apt install -y --no-install-recommends \
ca-certificates \
cmake \ cmake \
g++ \ g++ \
gcc \ gcc \
gcc-arm-none-eabi \ gcc-arm-none-eabi \
git \
libpng-dev \ libpng-dev \
make \ make \
python3 \ python3 \