Thanks Christoph I'm not aware of packages that make use of the -client package. The server is set up with this Dockerfile: https://github.com/docker-library/postgres/blob/54053ad27ac099abff3d4964bf7460fb9c541d5d/9.6/Dockerfile
Running these two commands were enough to get the client package installed for me: mkdir -p /usr/share/man/man7/ && touch /usr/share/man/man7/ABORT.7.gz.dpkg-tmp mkdir -p /usr/share/man/man1/ && touch /usr/share/man/man1/psql.1.gz On Wed, May 24, 2017 at 6:06 PM, Christoph Berg <[email protected]> wrote: > Re: Ernesto Ongaro 2017-05-24 <CANZ+7LNdhCeS3H=C+3Pod0vOKPw_ > [email protected]> > > Using docker images, slimmed down version of debian that doesn't have man > > installed and looks for missing directory. Any idea how to work around? > > Package doesn't depend on man being installed. > > Hmm, do you have any idea how the "official" "postgres" packages on > docker hub solve that issue? I thought they were based on our > packages. > > > update-alternatives: error: error creating symbolic link > > '/usr/share/man/man1/psql.1.gz.dpkg-tmp': No such file or directory > > Possibly we just need to ship /usr/share/man/man1 in the package. > > Christoph >
_______________________________________________ Pkg-postgresql-public mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-postgresql-public
