Skip to content

Commit

Permalink
Fix dockerfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
cscatolini committed Feb 11, 2019
1 parent 3cb210a commit f5f382c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ ENV LD_LIBRARY_PATH /usr/local/lib

WORKDIR /go/src/github.com/topfreegames/pusher

RUN apk add --no-cache make git g++ bash python wget && \
RUN apk add --no-cache make git g++ bash python wget pkgconfig && \
wget -O /root/librdkafka-${LIBRDKAFKA_VERSION}.tar.gz https://github.com/edenhill/librdkafka/archive/v${LIBRDKAFKA_VERSION}.tar.gz && \
tar -xzf /root/librdkafka-${LIBRDKAFKA_VERSION}.tar.gz -C /root && \
cd /root/librdkafka-${LIBRDKAFKA_VERSION} && \
Expand Down

0 comments on commit f5f382c

Please sign in to comment.