From 42a82c157cb6420c93a0bafabbf1ad1562edc890 Mon Sep 17 00:00:00 2001 From: Alan Nelson <alan.nelson@nebraska.edu> Date: Fri, 17 Mar 2023 12:09:02 -0500 Subject: [PATCH] Update PHP build deps --- php-unit-test/8.0/Dockerfile | 2 +- php-unit-test/8.1/Dockerfile | 2 +- php-unit-test/8.2/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/php-unit-test/8.0/Dockerfile b/php-unit-test/8.0/Dockerfile index f5721eb..52c9e49 100644 --- a/php-unit-test/8.0/Dockerfile +++ b/php-unit-test/8.0/Dockerfile @@ -13,7 +13,7 @@ LABEL org.label-schema.build-date=$BUILD_DATE \ maintainer="Alan Nelson <alan.nelson@nebraska.edu>" RUN export BUILD_DEPS="bzip2-dev icu-dev libpng-dev libzip-dev openldap-dev" \ - && apk add --no-cache bash nodejs nodejs-npm $PHPIZE_DEPS $BUILD_DEPS \ + && apk add --no-cache bash nodejs nodejs-npm linux-headers $PHPIZE_DEPS $BUILD_DEPS \ && pecl channel-update pecl.php.net \ && pecl install xdebug redis \ && docker-php-ext-install bz2 gd intl ldap mysqli pdo_mysql zip \ diff --git a/php-unit-test/8.1/Dockerfile b/php-unit-test/8.1/Dockerfile index 77db171..0eceb72 100644 --- a/php-unit-test/8.1/Dockerfile +++ b/php-unit-test/8.1/Dockerfile @@ -13,7 +13,7 @@ LABEL org.label-schema.build-date=$BUILD_DATE \ maintainer="Alan Nelson <alan.nelson@nebraska.edu>" RUN export BUILD_DEPS="bzip2-dev icu-dev libpng-dev libzip-dev openldap-dev" \ - && apk add --no-cache bash nodejs npm $PHPIZE_DEPS $BUILD_DEPS \ + && apk add --no-cache bash nodejs npm linux-headers $PHPIZE_DEPS $BUILD_DEPS \ && pecl channel-update pecl.php.net \ && pecl install xdebug redis \ && docker-php-ext-install bz2 gd intl ldap mysqli pdo_mysql zip \ diff --git a/php-unit-test/8.2/Dockerfile b/php-unit-test/8.2/Dockerfile index fa6012d..a4dd31f 100644 --- a/php-unit-test/8.2/Dockerfile +++ b/php-unit-test/8.2/Dockerfile @@ -13,7 +13,7 @@ LABEL org.label-schema.build-date=$BUILD_DATE \ maintainer="Alan Nelson <alan.nelson@nebraska.edu>" RUN export BUILD_DEPS="bzip2-dev icu-dev libpng-dev libzip-dev openldap-dev" \ - && apk add --no-cache bash nodejs npm $PHPIZE_DEPS $BUILD_DEPS \ + && apk add --no-cache bash nodejs npm linux-headers $PHPIZE_DEPS $BUILD_DEPS \ && pecl channel-update pecl.php.net \ && pecl install xdebug redis \ && docker-php-ext-install bz2 gd intl ldap mysqli pdo_mysql zip \ -- GitLab