mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
Upgrade to Alpine v3.19 and add cargo as dependency
This commit is contained in:
parent
f551eeadfe
commit
870c920a66
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue