[openstreetmap/openstreetmap-website] Pull docker ruby version into arg (PR #6354)
rkoeze
notifications at github.com
Sun Sep 7 19:27:09 UTC 2025
rkoeze left a comment (openstreetmap/openstreetmap-website#6354)
Here are a couple of examples of how parameterizing the entire Docker image will break the build:
* rubylang/ruby:3.2-jammy
```
6.690 E: Package 'firefox-esr' has no installation candidate
------
failed to solve: process "/bin/sh -c apt-get update && apt-get install --no-install-recommends -y build-essential curl default-jre-headless file git-core gpg-agent libarchive-dev libffi-dev libgd-dev libpq-dev libsasl2-dev libvips-dev libxml2-dev libxslt1-dev libyaml-dev locales postgresql-client tzdata unzip nodejs npm osmosis ca-certificates firefox-esr" did not complete successfully: exit code: 100
```
* ruby:3.2-alpine3.2
```
> [web 2/10] RUN apt-get update && apt-get install --no-install-recommends -y build-essential curl default-jre-headless file git-core gpg-agent libarchive-dev libffi-dev libgd-dev libpq-dev libsasl2-dev libvips-dev libxml2-dev libxslt1-dev libyaml-dev locales postgresql-client tzdata unzip nodejs npm osmosis ca-certificates firefox-esr:
0.083 /bin/sh: apt-get: not found
```
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/6354#issuecomment-3263989577
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/openstreetmap-website/pull/6354/c3263989577 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20250907/b2f65a34/attachment.htm>
More information about the rails-dev
mailing list