Skip to content

Commit

Permalink
Add package zlib1g-dev to dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
greg7mdp committed Jul 6, 2023
1 parent f7affe8 commit 0ee195e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .cicd/platforms/ubuntu20.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ RUN apt-get update && apt-get upgrade -y && \
llvm-11-dev \
ninja-build \
python3-numpy \
zlib1g-dev \
zstd
1 change: 1 addition & 0 deletions .cicd/platforms/ubuntu22.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ RUN apt-get update && apt-get upgrade -y && \
llvm-11-dev \
ninja-build \
python3-numpy \
zlib1g-dev \
zstd

0 comments on commit 0ee195e

Please sign in to comment.