Attempting to bootstrap Rust

This commit is contained in:
Alexander Hill
2025-08-17 17:56:25 -04:00
parent ab0fbc1aca
commit 3b684928a1
3 changed files with 109 additions and 13 deletions

View File

@@ -2,5 +2,5 @@ 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 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