Skip to content

Instantly share code, notes, and snippets.

@nwalke
Created May 17, 2017 02:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nwalke/4354f0840dfe3c2d0c6b5a43e0e99d88 to your computer and use it in GitHub Desktop.
Save nwalke/4354f0840dfe3c2d0c6b5a43e0e99d88 to your computer and use it in GitHub Desktop.
RUN apt-get update \
&& apt-get install -y wget \
&& echo "deb http://apt.postgresql.org/pub/repos/apt/ jessie-pgdg main" > /etc/apt/sources.list.d/pgdg.list \
&& wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add -
&& apt-get update \
&& apt-get install -y libpq-dev \
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment