Skip to content

Commit 54a3ca9

Browse files
committed
[build] switch to correct zlib dependency
Signed-off-by: Gerd Zellweger <mail@gerdzellweger.com>
1 parent 9f75cfd commit 54a3ca9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

deploy/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ RUN apt update --fix-missing && apt install \
1313
# pkg-config is required for cargo to find libssl
1414
libssl-dev pkg-config \
1515
cmake \
16-
# rdkafka dependency needs libsasl2-dev and a CXX compiler
17-
libsasl2-dev libzstd-dev libzstd1 build-essential \
16+
# rdkafka dependency needs libsasl2-dev zlib and a CXX compiler
17+
libsasl2-dev zlib1g-dev build-essential \
1818
# To install rust
1919
curl \
2020
# For running the SQL compiler

deploy/build.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN apt-get update --fix-missing && apt-get install -y \
2020
libssl-dev pkg-config \
2121
cmake \
2222
# rdkafka dependency needs libsasl2-dev and a CXX compiler
23-
libsasl2-dev libzstd-dev libzstd1 build-essential \
23+
libsasl2-dev libzstd-dev zlib1g-dev build-essential \
2424
# bindgen needs this (at least the dec crate uses bindgen)
2525
libclang-dev \
2626
# To download tools

0 commit comments

Comments
 (0)