Skip to content

Commit b80ab8b

Browse files
authored
Update Dockerfile
1 parent 83c1c45 commit b80ab8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM php:7-fpm-alpine
22

33
RUN apk add --no-cache --virtual .composer-rundeps git subversion openssh-client mercurial tini bash patch make zip unzip coreutils \
44
&& apk add --no-cache --virtual .build-deps zlib-dev libzip-dev \
5-
&& docker-php-ext-configure zip --with-libzip \
5+
&& docker-php-ext-configure zip --with-libzip=/usr/include \
66
&& docker-php-ext-install -j$(getconf _NPROCESSORS_ONLN) zip opcache \
77
&& docker-php-ext-install pdo_mysql \
88
&& runDeps="$( \
@@ -39,4 +39,4 @@ RUN curl --silent --fail --location --retry 3 --output /tmp/installer.php --url
3939

4040
COPY . .
4141

42-
RUN composer install
42+
RUN composer install

0 commit comments

Comments
 (0)