trying to fiw devcontainer to works with 42 chips

This commit is contained in:
hugo LAMY
2025-03-06 02:00:56 +01:00
parent 8a28799aac
commit c650ff1157
3 changed files with 6 additions and 23 deletions

View File

@@ -7,6 +7,8 @@ RUN apt-get update && apt-get install -y \
curl \
git \
vim \
avr-libc gcc-avr binutils-avr \
avrdude \
&& rm -rf /var/lib/apt/lists/*
# Set the working directory to /workspace (VSCode will mount your local folder here)