Skip to content

Commit 18018f1

Browse files
committed
ubuntu-win64-cross: Add zstd to build tools
1 parent b3d6bb0 commit 18018f1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

ubuntu-win64-cross/gcc.Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ RUN apt-get update \
5454
software-properties-common \
5555
unzip \
5656
wget \
57-
xz-utils
57+
xz-utils \
58+
zstd
5859

5960
RUN git clone ${MXE_REPO} ${MXE_PATH} \
6061
&& cd ${MXE_PATH} \

ubuntu-win64-cross/llvm.Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ RUN apt-get update \
3232
python3-venv \
3333
python3-yaml \
3434
ruby \
35-
zip
35+
zip \
36+
zstd
3637

3738
WORKDIR /usr/local
3839
RUN git clone -b ${MXE_TAG} --single-branch ${MXE_REPO}

0 commit comments

Comments
 (0)