File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ COPY --from=composer:{{ composer.version }} /usr/bin/composer /usr/bin/
55RUN \
66 set -ex && \
77 apk update && \
8- apk add --no-cache libstdc++ libpq && \
9- apk add --no-cache --virtual .build-deps $PHPIZE_DEPS curl-dev linux-headers brotli-dev liburing-dev postgresql-dev openssl-dev pcre-dev pcre2-dev sqlite-dev zlib-dev && \
8+ apk add --no-cache libstdc++ libpq liburing-dev && \
9+ apk add --no-cache --virtual .build-deps $PHPIZE_DEPS curl-dev linux-headers brotli-dev postgresql-dev openssl-dev pcre-dev pcre2-dev sqlite-dev zlib-dev && \
1010# PHP extension pdo_mysql is included since 4.8.12+ and 5.0.1+.
1111 docker-php-ext-install pdo_mysql && \
1212{%~ if php_extensions is not empty %}
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ COPY --from=composer:2.8.12 /usr/bin/composer /usr/bin/
55RUN \
66 set -ex && \
77 apk update && \
8- apk add --no-cache libstdc++ libpq && \
9- apk add --no-cache --virtual .build-deps $PHPIZE_DEPS curl-dev linux-headers brotli-dev liburing-dev postgresql-dev openssl-dev pcre-dev pcre2-dev sqlite-dev zlib-dev && \
8+ apk add --no-cache libstdc++ libpq liburing-dev && \
9+ apk add --no-cache --virtual .build-deps $PHPIZE_DEPS curl-dev linux-headers brotli-dev postgresql-dev openssl-dev pcre-dev pcre2-dev sqlite-dev zlib-dev && \
1010# PHP extension pdo_mysql is included since 4.8.12+ and 5.0.1+.
1111 docker-php-ext-install pdo_mysql && \
1212 pecl channel-update pecl.php.net && \
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ COPY --from=composer:2.8.12 /usr/bin/composer /usr/bin/
55RUN \
66 set -ex && \
77 apk update && \
8- apk add --no-cache libstdc++ libpq && \
9- apk add --no-cache --virtual .build-deps $PHPIZE_DEPS curl-dev linux-headers brotli-dev liburing-dev postgresql-dev openssl-dev pcre-dev pcre2-dev sqlite-dev zlib-dev && \
8+ apk add --no-cache libstdc++ libpq liburing-dev && \
9+ apk add --no-cache --virtual .build-deps $PHPIZE_DEPS curl-dev linux-headers brotli-dev postgresql-dev openssl-dev pcre-dev pcre2-dev sqlite-dev zlib-dev && \
1010# PHP extension pdo_mysql is included since 4.8.12+ and 5.0.1+.
1111 docker-php-ext-install pdo_mysql && \
1212 pecl channel-update pecl.php.net && \
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ COPY --from=composer:2.8.12 /usr/bin/composer /usr/bin/
55RUN \
66 set -ex && \
77 apk update && \
8- apk add --no-cache libstdc++ libpq && \
9- apk add --no-cache --virtual .build-deps $PHPIZE_DEPS curl-dev linux-headers brotli-dev liburing-dev postgresql-dev openssl-dev pcre-dev pcre2-dev sqlite-dev zlib-dev && \
8+ apk add --no-cache libstdc++ libpq liburing-dev && \
9+ apk add --no-cache --virtual .build-deps $PHPIZE_DEPS curl-dev linux-headers brotli-dev postgresql-dev openssl-dev pcre-dev pcre2-dev sqlite-dev zlib-dev && \
1010# PHP extension pdo_mysql is included since 4.8.12+ and 5.0.1+.
1111 docker-php-ext-install pdo_mysql && \
1212 pecl channel-update pecl.php.net && \
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ COPY --from=composer:2.8.12 /usr/bin/composer /usr/bin/
55RUN \
66 set -ex && \
77 apk update && \
8- apk add --no-cache libstdc++ libpq && \
9- apk add --no-cache --virtual .build-deps $PHPIZE_DEPS curl-dev linux-headers brotli-dev liburing-dev postgresql-dev openssl-dev pcre-dev pcre2-dev sqlite-dev zlib-dev && \
8+ apk add --no-cache libstdc++ libpq liburing-dev && \
9+ apk add --no-cache --virtual .build-deps $PHPIZE_DEPS curl-dev linux-headers brotli-dev postgresql-dev openssl-dev pcre-dev pcre2-dev sqlite-dev zlib-dev && \
1010# PHP extension pdo_mysql is included since 4.8.12+ and 5.0.1+.
1111 docker-php-ext-install pdo_mysql && \
1212 pecl channel-update pecl.php.net && \
You can’t perform that action at this time.
0 commit comments