mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2025-12-06 07:42:00 +01:00
5 lines
164 B
Docker
5 lines
164 B
Docker
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
|