<div dir="ltr">Thanks Christoph <div><br></div><div> I'm not aware of packages that make use of the -client package. The server is set up with this Dockerfile: <a href="https://github.com/docker-library/postgres/blob/54053ad27ac099abff3d4964bf7460fb9c541d5d/9.6/Dockerfile">https://github.com/docker-library/postgres/blob/54053ad27ac099abff3d4964bf7460fb9c541d5d/9.6/Dockerfile</a></div><div><br></div><div>Running these two commands were enough to get the client package installed for me:</div><div><br></div><div>mkdir -p /usr/share/man/man7/ && touch /usr/share/man/man7/ABORT.7.gz.dpkg-tmp </div><div>mkdir -p /usr/share/man/man1/ && touch /usr/share/man/man1/psql.1.gz<br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, May 24, 2017 at 6:06 PM, Christoph Berg <span dir="ltr"><<a href="mailto:myon@debian.org" target="_blank">myon@debian.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Re: Ernesto Ongaro 2017-05-24 <CANZ+7LNdhCeS3H=<a href="mailto:C%2B3Pod0vOKPw_PVS_xKP9QcEuU82_Ndoxkg@mail.gmail.com">C+3Pod0vOKPw_<wbr>PVS_xKP9QcEuU82_Ndoxkg@mail.<wbr>gmail.com</a>><br>
<span class="">> Using docker images, slimmed down version of debian that doesn't have man<br>
> installed and looks for missing directory. Any idea how to work around?<br>
> Package doesn't depend on man being installed.<br>
<br>
</span>Hmm, do you have any idea how the "official" "postgres" packages on<br>
docker hub solve that issue? I thought they were based on our<br>
packages.<br>
<span class=""><br>
> update-alternatives: error: error creating symbolic link<br>
> '/usr/share/man/man1/psql.1.<wbr>gz.dpkg-tmp': No such file or directory<br>
<br>
</span>Possibly we just need to ship /usr/share/man/man1 in the package.<br>
<span class="HOEnZb"><font color="#888888"><br>
Christoph<br>
</font></span></blockquote></div><br></div>