Skip to content

Commit

Permalink
ops: add libpq dependency to docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
hongee committed Oct 6, 2018
1 parent c6a7478 commit 41c6017
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ ENV PYTHONUNBUFFERED 1
RUN mkdir /kerckhoff

RUN apt-get update && apt-get install -y curl \
build-essential
build-essential \
libpq-dev

WORKDIR /kerckhoff

Expand Down

0 comments on commit 41c6017

Please sign in to comment.