mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-23 04:51:16 -03:00
Upgrade to Alpine v3.19 and add cargo as dependency
This commit is contained in:
committed by
Johannes Altmanninger
parent
f551eeadfe
commit
870c920a66
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user