mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2026-04-07 07:25:23 +00:00
add devcontainer
This commit is contained in:
parent
3bbb7921ff
commit
e2a544f1c0
2 changed files with 35 additions and 0 deletions
4
.devcontainer/Dockerfile
Normal file
4
.devcontainer/Dockerfile
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue