summaryrefslogtreecommitdiff
path: root/Dockerfile
blob: 60ecb620e16fa7de0c3671c5da6b80a6f371ce2d (plain)
1
2
3
4
5
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