Hi Faustin- Thanks for the quick reply on this. It seems like prefacing my apt install with apt update had resolved the issue. Great catch here - I didn't even think about the apt cache not being up to date.
Thanks for your help - you rock! -Mike On Wed, 18 Sep 2019 13:09:25 +0200 Faustin Lammler <faus...@fala.red> wrote: > Control: tags -1 moreinfo > > Hi Michael! > Thank you for your report. > > I am not able to reproduce the 404 you are talking about on a fresh > Stretch installation, are you sure that your apt cache is up to date or > that you are using default apt preferences? > > This is what I have just tested successfully: > | docker run -t debian:stretch /bin/bash -c "apt update && apt --assume-yes install default-libmysqlclient-dev" > > Regards, > Faustin