Skip to content

Instantly share code, notes, and snippets.

@jgmize
Created August 18, 2016 14:36
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 jgmize/5f96d6f2a3bd295ac3bc170243bd9e43 to your computer and use it in GitHub Desktop.
Save jgmize/5f96d6f2a3bd295ac3bc170243bd9e43 to your computer and use it in GitHub Desktop.
postgresql-client docker install on top of quay.io/mozmar/base
FROM quay.io/mozmar/base
RUN mkdir -p /usr/share/man/man1 /usr/share/man/man7
RUN apt-get update && apt-get install -y postgresql-client
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment