Skip to content

Instantly share code, notes, and snippets.

@vjdhama
Created February 2, 2017 20:16
Show Gist options
  • Save vjdhama/654b7eb6d17c0142f9f69484b25aa012 to your computer and use it in GitHub Desktop.
Save vjdhama/654b7eb6d17c0142f9f69484b25aa012 to your computer and use it in GitHub Desktop.
FROM postgres:9.5
ENV DEBIAN_FRONTEND=noninteractive
RUN set -xe && \
apt-get update && \
apt-get install -y --no-install-recommends \
ca-certificates \
postgresql-9.5-partman
EXPOSE 5432
CMD ["postgres"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment