feat: add Dockerfile, compose.yml, and doit.sh for C++ build environment
Introduce a Docker-based development setup for the borded_cpp project. The Dockerfile uses Alpine Linux with build-base, SQLite, Jansson, and CMake. The compose.yml mounts the project directory and a shared books volume, runs doit.sh which cleans, configures, and builds the project via CMake.
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
FROM alpine:latest
|
||||
RUN apk update && apk add build-base sqlite-dev vim jansson-dev jansson-static cmake
|
||||
WORKDIR /home
|
||||
Reference in New Issue
Block a user