File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments