Add docker file

This commit is contained in:
2025-01-08 08:52:32 -06:00
parent ace12fd985
commit 12983e8d8c

View File

@ -2,4 +2,4 @@ FROM ubuntu:noble
RUN apt update && apt install -y cmake g++ gcc libmbedtls-dev build-essential
RUN mkdir build && cd build && cmake -S .. -B . && make -j12 && make install
RUN ls && mkdir build && cd build && cmake -S .. -B . && make -j12 && make install