Skip attempting `maxminddb:get` during build (#716)
authorDavid Taylor <david@taylorhq.com>
Tue, 6 Jun 2023 09:37:15 +0000 (10:37 +0100)
committerGitHub <noreply@github.com>
Tue, 6 Jun 2023 09:37:15 +0000 (10:37 +0100)
commite9fc91ada77bfe1ea0a4c30fef082a3c90400d61
tree66058097b3f08bd4eeb5c272d327db82826080c3
parent84c754b1bdae7d35866528f02c41cc3523af47d5
Skip attempting `maxminddb:get` during build (#716)

Fetching the maxmind database requires a license key, which we do not include during our base image build. This rake task has been failing with an error for some time

```
MaxMind IP database updates require a license
```

Following https://github.com/discourse/discourse/commit/0330f51d75b34c41666266d5fee4174b136be728, the task now hard-fails and breaks the build.
image/base/release.Dockerfile