Skip to content

Commit

Permalink
add zlib
Browse files Browse the repository at this point in the history
  • Loading branch information
ChuckHend committed Oct 15, 2024
1 parent 57dd6cc commit 9c806af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/images/c-builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN apt-get update \
build-essential clang llvm llvm-dev llvm-runtime cmake \
ca-certificates zip curl wget git software-properties-common flex \
libicu-dev libxml2 locales ssl-cert \
pkg-config libssl-dev libclang-dev \
pkg-config libssl-dev libclang-dev zlib1g-dev \
&& apt-get -y purge postgresql-client-common \
&& chmod +x apt.postgresql.org.sh \
&& ./apt.postgresql.org.sh -i -v ${PG_VERSION} \
Expand Down

0 comments on commit 9c806af

Please sign in to comment.