Updated the build scripts and started working on Docker

This commit is contained in:
Alexander Hill
2025-07-07 23:28:32 -04:00
parent 55e7ee4239
commit 872a8c617e
3 changed files with 33 additions and 15 deletions

6
Dockerfile Normal file
View File

@@ -0,0 +1,6 @@
FROM alpine:latest
RUN apk update
RUN apk upgrade
RUN apk add clang cmake curl git libc++ linux-headers makedoas python3 rsync samurai umount
RUN git clone https://github.com/cbpudding/maplelinux-bootstrap /maple