Docker setup.

This commit is contained in:
2025-03-20 22:52:53 +01:00
parent 748c404404
commit 9b1ab5ed0c
3 changed files with 14 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
FROM alpine:latest
RUN apk update && apk add build-base sqlite-dev vim jansson-dev jansson-static cmake
WORKDIR /home