LoRa_APRS_iGate/.devcontainer/Dockerfile
2022-05-26 06:08:47 +00:00

7 lines
222 B
Docker

ARG VARIANT="3.10-bullseye"
FROM mcr.microsoft.com/vscode/devcontainers/python:0-${VARIANT}
RUN apt-get update && apt-get install -y clang-format-11
RUN pip3 --disable-pip-version-check --no-cache-dir install platformio