mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2026-04-07 15:36:22 +00:00
add clang-format-11 support
This commit is contained in:
parent
2fa33acbaf
commit
fc053ebf97
2 changed files with 6 additions and 2 deletions
|
|
@ -1,4 +1,6 @@
|
|||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue