mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-10-08 04:20:59 +02:00
6 lines
142 B
Docker
6 lines
142 B
Docker
![]() |
FROM ubuntu:22.04
|
||
|
|
||
|
RUN apt-get update
|
||
|
RUN apt-get install -y cmake git clang-16 libc++-16-dev libc++abi-16-dev
|
||
|
ENV CC=clang-16 CXX=clang++-16
|