Add git
All checks were successful
on-push / build (push) Successful in 4m38s
on-release / build (push) Successful in 9s

This commit is contained in:
2026-01-21 22:13:45 +01:00
parent bd355a62a8
commit fe70631757

View File

@@ -1,7 +1,7 @@
FROM alpine:latest
LABEL maintainer="Ryan <ryan@helloryan.se>"
RUN apk add rust cargo minio-client
RUN apk add rust cargo minio-client git
RUN cargo install mdbook
ENV PATH="/root/.cargo/bin:$PATH"