mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-10-28 13:11:39 +01:00
5 lines
78 B
Docker
5 lines
78 B
Docker
FROM ubuntu:22.04
|
|
|
|
RUN apt-get update
|
|
RUN apt-get install -y cmake git g++-12
|