mirror of
https://github.com/xemu-project/xemu.git
synced 2026-07-11 01:24:41 +02:00
ubuntu-win64-cross: Add zstd to build tools
This commit is contained in:
committed by
mborgerson
parent
b3d6bb0efa
commit
18018f12cf
@@ -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} \
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user