Skip to content

Commit

Permalink
Fix: make docker-compose fails with "cannot find -lz"
Browse files Browse the repository at this point in the history
Fixes confluentinc#131

Fix, as proposed by: @dudleycarr
  • Loading branch information
ajhyndman authored Jul 27, 2017
1 parent e9a5379 commit 5cca71b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/Dockerfile.build94
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ RUN apt-get update && \
libpq5=${PG_MAJOR}\* \
libpq-dev=${PG_MAJOR}\* \
pkg-config \
postgresql-server-dev-${PG_MAJOR}=${PG_MAJOR}\*
postgresql-server-dev-${PG_MAJOR}=${PG_MAJOR}\* \
zlib1g-dev

# Avro
RUN curl -o /root/avro-c-${AVRO_C_VERSION}.tar.gz -SL http://archive.apache.org/dist/avro/avro-${AVRO_C_VERSION}/c/avro-c-${AVRO_C_VERSION}.tar.gz && \
Expand Down

0 comments on commit 5cca71b

Please sign in to comment.