mirror of
https://linux.maple.camp/git/ahill/maplelinux-bootstrap.git
synced 2026-02-11 10:13:35 +00:00
6 lines
224 B
Docker
6 lines
224 B
Docker
FROM alpine:latest
|
|
|
|
RUN apk update
|
|
RUN apk upgrade
|
|
RUN apk add cargo clang cmake curl git libc++ linux-headers makedoas python3 rsync rust samurai umount
|
|
RUN git clone https://github.com/cbpudding/maplelinux-bootstrap /maple |