mirror of
https://codeberg.org/JasterV/docker.git
synced 2026-04-26 18:10:02 +00:00
[rust-magic-release] Make it more lightweight
This commit is contained in:
parent
91edabe051
commit
25c975bfbb
1 changed files with 11 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue