Skip to content

Commit

Permalink
add zstd
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgessinger committed Aug 22, 2024
1 parent cb67d67 commit 6ea3b06
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions ubuntu2204/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ RUN apt-get update -y \
libxerces-c-dev \
libxxhash-dev \
libzstd-dev \
zstd \
ninja-build \
python3 \
python3-dev \
Expand Down
1 change: 1 addition & 0 deletions ubuntu2204_clang/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ RUN apt-get update -y \
libxerces-c-dev \
libxxhash-dev \
libzstd-dev \
zstd \
ninja-build \
python3 \
python3-dev \
Expand Down
1 change: 1 addition & 0 deletions ubuntu2204_rocm_clang/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ RUN apt-get update -y \
libxerces-c-dev \
libxxhash-dev \
libzstd-dev \
zstd \
ninja-build \
python3 \
python3-dev \
Expand Down
1 change: 1 addition & 0 deletions ubuntu2204_rocm_clang_cxx20/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ RUN apt-get update -y \
libxerces-c-dev \
libxxhash-dev \
libzstd-dev \
zstd \
ninja-build \
python3 \
python3-dev \
Expand Down
1 change: 1 addition & 0 deletions ubuntu2404/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ RUN apt-get update -y \
libxerces-c-dev \
libxxhash-dev \
libzstd-dev \
zstd \
ninja-build \
python3 \
python3-dev \
Expand Down

0 comments on commit 6ea3b06

Please sign in to comment.