Skip to content

Commit

Permalink
docker,worker: install zstd
Browse files Browse the repository at this point in the history
Faster compression with partly better rates. Should be used eventually
for ImageBuilders etc.

Signed-off-by: Paul Spooren <[email protected]>
  • Loading branch information
aparcar authored and ynezz committed Nov 14, 2023
1 parent b4505aa commit 1eb8aec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/buildworker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ RUN \
subversion \
swig \
unzip \
wget && \
wget \
zstd && \
apt-get clean && \
localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8

Expand Down

0 comments on commit 1eb8aec

Please sign in to comment.