mirror of
https://linux.maple.camp/git/ahill/maplelinux-bootstrap.git
synced 2026-02-11 10:13:35 +00:00
Updated the build scripts and started working on Docker
This commit is contained in:
6
Dockerfile
Normal file
6
Dockerfile
Normal 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
|
||||
Reference in New Issue
Block a user