Skip to content

Instantly share code, notes, and snippets.

@gosseti
Created December 5, 2014 14:22
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 gosseti/788a5fd8f607b7505e71 to your computer and use it in GitHub Desktop.
Save gosseti/788a5fd8f607b7505e71 to your computer and use it in GitHub Desktop.
dokku-pg-plugin
Step 0 : FROM ubuntu:trusty
---> 86ce37374f40
Step 1 : MAINTAINER kload "kload@kload.fr"
---> 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