diff options
| author | Alexander Hill <ahill@breadpudding.dev> | 2025-08-17 17:56:25 -0400 |
|---|---|---|
| committer | Alexander Hill <ahill@breadpudding.dev> | 2025-08-17 17:56:25 -0400 |
| commit | 3b684928a1b6d53b49a466e109871bf8333999cf (patch) | |
| tree | e68abf691e2c4f107d9578f64084059ec33ce424 /Dockerfile | |
| parent | ab0fbc1aca7509d24ba07f7d066a4d29e5908054 (diff) | |
Attempting to bootstrap Rust
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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
\ No newline at end of file |
