Files
ArduinoJson/.devcontainer/gcc12/Dockerfile

5 lines
78 B
Docker
Raw Normal View History

2023-08-10 14:36:52 +02:00
FROM ubuntu:22.04
RUN apt-get update
RUN apt-get install -y cmake git g++-12