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/[email protected]>
_______________________________________________
rails-dev mailing list
[email protected]
https://lists.openstreetmap.org/listinfo/rails-dev

Reply via email to