LoRa_APRS_iGate/.devcontainer/Dockerfile

7 lines
222 B
Docker
Raw Permalink Normal View History

2022-05-23 23:12:30 +02:00
ARG VARIANT="3.10-bullseye"
FROM mcr.microsoft.com/vscode/devcontainers/python:0-${VARIANT}
2022-05-26 08:08:47 +02:00
RUN apt-get update && apt-get install -y clang-format-11
2022-05-23 23:12:30 +02:00
RUN pip3 --disable-pip-version-check --no-cache-dir install platformio