mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 04:43:10 +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
|
||||
|
||||
ENV LANG C.UTF-8
|
||||
|
@ -15,7 +15,8 @@ RUN apk add --no-cache \
|
|||
ninja \
|
||||
pcre2-dev \
|
||||
python3 \
|
||||
py3-pexpect
|
||||
py3-pexpect \
|
||||
cargo
|
||||
|
||||
RUN addgroup -g 1000 fishuser
|
||||
|
||||
|
|
Loading…
Reference in a new issue