Add zstd to docker dependencies

This commit is contained in:
Marcus Holland-Moritz 2023-07-10 11:56:36 +02:00
parent ae0f6c6b4b
commit e47b7b1ae6

View File

@ -13,6 +13,7 @@ RUN apt install -y \
clang-15 \
git \
vim \
zstd \
ccache \
ninja-build \
cmake \