Skip to content

Conversation

nathanielhourt
Copy link

Since upgrading the Apache image to the Debian Trixie release, the
example of a "full" image is outdated. This updates it to work again.

Notably, it requires installing the Sury Debian repo as the official
repo no longer carries libc-client-dev.

Since upgrading the Apache image to the Debian Trixie release, the
example of a "full" image is outdated. This updates it to work again.

Notably, it requires installing the Sury Debian repo as the official
repo no longer carries libc-client-dev.
supervisor \
lsb-release \
ca-certificates \
curl \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Those are not required as runtime dependencies. And already included in the base image anyway.

\
curl -sSLo /tmp/debsuryorg-archive-keyring.deb https://packages.sury.org/debsuryorg-archive-keyring.deb; \
dpkg -i /tmp/debsuryorg-archive-keyring.deb; \
sh -c 'echo "deb [signed-by=/usr/share/keyrings/debsuryorg-archive-keyring.gpg] https://packages.sury.org/php/ $(lsb_release -sc) main" > /etc/apt/sources.list.d/php.list'; \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This repo does not provide libc-client-dev.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants