[rust-magic-release] Make it more lightweight

This commit is contained in:
JasterV 2026-03-07 00:27:16 +01:00
parent 91edabe051
commit 25c975bfbb

View file

@ -1,4 +1,14 @@
FROM jasterv/rust-ci:latest
FROM rust:alpine
# Install system dependencies needed for git operations and the script
RUN apk add --no-cache \
git \
curl \
ca-certificates \
openssl-dev \
musl-dev \
gcc \
jq
COPY rust/magic-release.sh /usr/local/bin/magic-release