Try to fix zip extension build in Docker
This commit is contained in:
parent
53b098f851
commit
54f41d9396
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ RUN curl -sL https://deb.nodesource.com/setup_8.x | bash -
|
|||
RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
|
||||
RUN echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y libicu-dev xz-utils git zlib1g-dev python nodejs libgmp-dev gettext yarn libxslt1-dev
|
||||
RUN apt-get install -y libicu-dev xz-utils git zlib1g-dev python nodejs libgmp-dev gettext yarn libxslt1-dev libzip-dev
|
||||
RUN docker-php-ext-install mbstring
|
||||
RUN docker-php-ext-install intl
|
||||
RUN docker-php-ext-install zip
|
||||
|
|
Loading…
Reference in a new issue