mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 23:44:17 +08:00
Merge branch 'zstd-fix' into 'master'
Add zstd back as it's used by ci-img Closes #1794 See merge request redox-os/redox!2036
This commit is contained in:
commit
475fea2e43
@ -75,6 +75,7 @@ RUN apt-get update \
|
||||
xutils-dev \
|
||||
xxd \
|
||||
zip \
|
||||
zstd \
|
||||
&& if [ "$(uname -m)" = "x86_64" ]; then \
|
||||
apt-get install -y --no-install-recommends \
|
||||
libc6-dev-i386 \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user