mirror of https://github.com/zeldaret/tmc.git
add git to devcontainer
This commit is contained in:
parent
cc06c58fb4
commit
40f67283ef
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue