Created
December 5, 2014 14:22
-
-
Save gosseti/788a5fd8f607b7505e71 to your computer and use it in GitHub Desktop.
dokku-pg-plugin
This file contains hidden or 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
Step 0 : FROM ubuntu:trusty | |
---> 86ce37374f40 | |
Step 1 : MAINTAINER kload "[email protected]" | |
---> Using cache | |
---> bf41e25f0a8d | |
Step 2 : RUN echo "#!/bin/sh\nexit 101" > /usr/sbin/policy-rc.d; chmod +x /usr/sbin/policy-rc.d | |
---> Using cache | |
---> 2f2fc4b4f6ca | |
Step 3 : RUN apt-get update | |
---> Using cache | |
---> 842bdd0a6b8a | |
Step 4 : RUN LC_ALL=C DEBIAN_FRONTEND=noninteractive apt-get install -y -q postgresql-9.3 postgresql-contrib-9.3 | |
---> Running in 5b33978f6849 | |
2014/12/04 21:50:52 The command [/bin/sh -c LC_ALL=C DEBIAN_FRONTEND=noninteractive apt-get install -y -q postgresql-9.3 postgresql-contrib-9.3] returned a non-zero code: 100 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment