mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-06-25 01:11:35 +02:00
6 lines
142 B
Docker
6 lines
142 B
Docker
FROM ubuntu:24.04
|
|
|
|
RUN apt-get update
|
|
RUN apt-get install -y cmake git clang-17 libc++-17-dev libc++abi-17-dev
|
|
ENV CC=clang-17 CXX=clang++-17
|