You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am unsure specifically at what point it began to manifest. I first noticed it in the disaster-resilience-backend repo last year and applied this same fix. During the course of testing some unrelated changes for your repo I noticed that you had the same problem and had to make this fix to be able to build the development images.
Note that this only affects the development images, as the production/deployment images do not actually contain or build a development DB image, so this issue and fix would only be encountered when running bin/build.sh -d on a local development machine.
I don't know what changed, but it wasn't anything in our image definition file or anywhere in this repo that I can tell. My guess is that some of the package dependencies changed, were removed, or were upgraded in the Debian PostgreSQL 9.6 image as you mentioned in the PR #123 comment.
See below output.
Removing postgresql-9.6-postgis-scripts package from docker image dependency install in DOCKERFILE.db.development resolves problem and allows docker image build to successfully complete.
The text was updated successfully, but these errors were encountered: