summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorAlexander Hill <ahill@breadpudding.dev>2025-08-17 17:56:25 -0400
committerAlexander Hill <ahill@breadpudding.dev>2025-08-17 17:56:25 -0400
commit3b684928a1b6d53b49a466e109871bf8333999cf (patch)
treee68abf691e2c4f107d9578f64084059ec33ce424 /Dockerfile
parentab0fbc1aca7509d24ba07f7d066a4d29e5908054 (diff)
Attempting to bootstrap Rust
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 60ecb62..4cc92c8 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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