Skip to content

How to reinstall the libzip distribution when build lumen in docker #30

Discussion options

You must be logged in to vote

Try to configure zip with libzip and install libzip-dev

#install some base extensions
RUN apt-get install -y zip libzip-dev && docker-php-ext-configure zip --with-libzip && docker-php-ext-install zip

Replies: 1 comment 1 reply

Comment options

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

Answer selected by luluhoward
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