Files
maplelinux-bootstrap/Dockerfile
2025-10-13 13:29:12 -04:00

7 lines
221 B
Docker

FROM alpine:latest
RUN apk update
RUN apk upgrade
RUN apk add cargo clang cmake curl git libc++ linux-headers make python3 rsync rust samurai umount
RUN git clone https://github.com/cbpudding/maplelinux-bootstrap /maple