Upgrade to Alpine v3.19 and add cargo as dependency

This commit is contained in:
fossdd 2024-04-30 17:37:20 +00:00 committed by Johannes Altmanninger
parent f551eeadfe
commit 870c920a66

View file

@ -1,4 +1,4 @@
FROM alpine:3.13 FROM alpine:3.19
LABEL org.opencontainers.image.source=https://github.com/fish-shell/fish-shell LABEL org.opencontainers.image.source=https://github.com/fish-shell/fish-shell
ENV LANG C.UTF-8 ENV LANG C.UTF-8
@ -15,7 +15,8 @@ RUN apk add --no-cache \
ninja \ ninja \
pcre2-dev \ pcre2-dev \
python3 \ python3 \
py3-pexpect py3-pexpect \
cargo
RUN addgroup -g 1000 fishuser RUN addgroup -g 1000 fishuser