mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-08-01 03:34:45 +02: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
|