Created
August 18, 2016 14:36
-
-
Save jgmize/5f96d6f2a3bd295ac3bc170243bd9e43 to your computer and use it in GitHub Desktop.
postgresql-client docker install on top of quay.io/mozmar/base
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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