Add zstd back as it's used by ci-img

This commit is contained in:
Wildan M 2026-03-31 03:17:13 +07:00
parent 05954bd799
commit 8e4a11ac07
No known key found for this signature in database
GPG Key ID: 01AC53185C679C79

View File

@ -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 \