Skip to content

Instantly share code, notes, and snippets.

@rorhug
Created October 19, 2014 12:15
Show Gist options
  • Select an option

  • Save rorhug/a3ce35fee71ef08cffc6 to your computer and use it in GitHub Desktop.

Select an option

Save rorhug/a3ce35fee71ef08cffc6 to your computer and use it in GitHub Desktop.
Dokku postgres installation error
# dokku plugins-install
gpg: keyring `/tmp/tmpupqa1nqp/secring.gpg' created
gpg: keyring `/tmp/tmpupqa1nqp/pubring.gpg' created
gpg: requesting key C300EE8C from hkp server keyserver.ubuntu.com
gpg: /tmp/tmpupqa1nqp/trustdb.gpg: trustdb created
gpg: key C300EE8C: public key "Launchpad Stable" imported
gpg: no ultimately trusted keys found
gpg: Total number processed: 1
gpg: imported: 1 (RSA: 1)
Sending build context to Docker daemon 145.4 kB
Sending build context to Docker daemon
Step 0 : FROM ubuntu:trusty
---> 9cbaf023786c
Step 1 : MAINTAINER kload "[email protected]"
---> Using cache
---> 7c86fda1b6c7
Step 2 : RUN echo "#!/bin/sh\nexit 101" > /usr/sbin/policy-rc.d; chmod +x /usr/sbin/policy-rc.d
---> Using cache
---> 4c458d6c78bd
Step 3 : RUN apt-get update
---> Using cache
---> 9ab5fecf6425
Step 4 : RUN LC_ALL=C DEBIAN_FRONTEND=noninteractive apt-get install -y -q postgresql-9.3 postgresql-contrib-9.3
---> Running in 7a91dc4455e1
2014/10/19 07:14:03 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