Skip to content

Commit

Permalink
feat(buildgo): Add postgresql-client (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukkor authored Apr 15, 2019
1 parent 803b2ab commit 79e5e78
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions buildgo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ LABEL vendor="JobTeaser" \
com.jobteaser.release-date="2019-03-08" \
maintainer="[email protected]"

RUN apt-get update && apt-get install -y --no-install-recommends \
postgresql-client \
&& rm -rf /var/lib/apt/lists/*

ENV LIBRDKAFKA_VERSION=0.11.5

RUN curl -Lk -o /root/librdkafka-${LIBRDKAFKA_VERSION}.tar.gz https://github.com/edenhill/librdkafka/archive/v${LIBRDKAFKA_VERSION}.tar.gz && \
Expand Down

0 comments on commit 79e5e78

Please sign in to comment.