mirror of
https://github.com/zeldaret/tmc
synced 2026-06-22 08:55:50 -04:00
add git to devcontainer
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user