1
1
mirror of https://github.com/tstack/lnav.git synced 2024-09-11 13:05:51 +03:00

[build] add cargo to musl builder

This commit is contained in:
Tim Stack 2024-03-25 22:54:33 -07:00
parent bdc9c5a28d
commit 857d3c036f

View File

@ -176,7 +176,9 @@ RUN apk add --no-cache \
autoconf \
automake \
build-base \
cargo \
git \
rust \
zip
COPY entrypoint.sh /entrypoint.sh