Skip to content
Discussion options

You must be logged in to vote

Hi,Moving this to a discussion into Q&A as I feel this is a usage Question.

PHP_MODULE_ENABLE_ZIP=TRUE will enable the zip module upon container startup, but during build as you have noticed it will throw errors as it hasn't been able to execute the container initialization scripts.

I like to use these commands in sequence before running composer or something that would depend on the modules being readily available and "enabled". I also find that if I am installing more packages or upgrading existing packages that this is useful to run as well.

php-ext prepare - Looks for stray modules that may have been introduced and move them to their "available" folder and assign module loading priori…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@tiredofit
Comment options

Answer selected by tiredofit
Comment options

You must be logged in to vote
1 reply
@tiredofit
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #88 on October 28, 2025 22:07.