mirror of
https://onedev.site.tesses.net/tesses-framework
synced 2026-02-08 07:45:46 +00:00
Add docker file
This commit is contained in:
5
Dockerfile
Normal file
5
Dockerfile
Normal file
@@ -0,0 +1,5 @@
|
||||
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
|
||||
Reference in New Issue
Block a user