Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: pg_isready command not found #48

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

harishanand95
Copy link
Contributor

Docker build command

Step 13/14 : RUN apt-get install -y postgresql-client
---> Running in dc1c0869eb20
Reading package lists...
Building dependency tree...
Reading state information...
The following extra packages will be installed:
libpq-dev libpq5 postgresql-client-9.4
Suggested packages:
postgresql-doc-9.4 postgresql-9.4
The following NEW packages will be installed:
postgresql-client postgresql-client-9.4
The following packages will be upgraded:
libpq-dev libpq5
2 upgraded, 2 newly installed, 0 to remove and 66 not upgraded.
Need to get 1450 kB of archives.
After this operation, 4792 kB of additional disk space will be used.
Get:1 http://security.debian.org/ jessie/updates/main libpq-dev amd64 9.4.19-0+deb8u1 [167 kB]
Get:2 http://security.debian.org/ jessie/updates/main libpq5 amd64 9.4.19-0+deb8u1 [128 kB]
Get:3 http://security.debian.org/ jessie/updates/main postgresql-client-9.4 amd64 9.4.19-0+deb8u1 [1102 kB]
Get:4 http://deb.debian.org/debian/ jessie/main postgresql-client all 9.4+165+deb8u3 [52.4 kB]
debconf: delaying package configuration, since apt-utils is not installed

After adding apt-utils, command pg_isready is properly installed. It seems postgresql-client package is not installed due to this error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant