add devcontainer

This commit is contained in:
Peter Buchegger 2022-05-23 21:12:30 +00:00 committed by GitHub
parent 3bbb7921ff
commit e2a544f1c0
2 changed files with 35 additions and 0 deletions

4
.devcontainer/Dockerfile Normal file
View file

@ -0,0 +1,4 @@
ARG VARIANT="3.10-bullseye"
FROM mcr.microsoft.com/vscode/devcontainers/python:0-${VARIANT}
RUN pip3 --disable-pip-version-check --no-cache-dir install platformio