ubuntu-win64-cross: Add zstd to build tools

This commit is contained in:
Matt Borgerson
2026-01-10 02:44:50 -07:00
committed by mborgerson
parent b3d6bb0efa
commit 18018f12cf
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -54,7 +54,8 @@ RUN apt-get update \
software-properties-common \
unzip \
wget \
xz-utils
xz-utils \
zstd
RUN git clone ${MXE_REPO} ${MXE_PATH} \
&& cd ${MXE_PATH} \
+2 -1
View File
@@ -32,7 +32,8 @@ RUN apt-get update \
python3-venv \
python3-yaml \
ruby \
zip
zip \
zstd
WORKDIR /usr/local
RUN git clone -b ${MXE_TAG} --single-branch ${MXE_REPO}