Skip to content
Snippets Groups Projects
Commit 1a663cb5 authored by Alan Nelson's avatar Alan Nelson
Browse files

Fix NPM package name on PHP 7.x

parent 4b9439ef
Branches
Tags
1 merge request!85PHP Container Updates
...@@ -13,7 +13,7 @@ LABEL org.label-schema.build-date=$BUILD_DATE \ ...@@ -13,7 +13,7 @@ LABEL org.label-schema.build-date=$BUILD_DATE \
maintainer="Alan Nelson <alan.nelson@nebraska.edu>" maintainer="Alan Nelson <alan.nelson@nebraska.edu>"
RUN export BUILD_DEPS="bzip2-dev icu-dev libpng-dev libzip-dev openldap-dev" \ 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 npm $PHPIZE_DEPS $BUILD_DEPS \
&& pecl channel-update pecl.php.net \ && pecl channel-update pecl.php.net \
&& pecl install xdebug-3.1.6 redis \ && pecl install xdebug-3.1.6 redis \
&& docker-php-ext-install bz2 gd intl ldap mysqli pdo_mysql zip \ && docker-php-ext-install bz2 gd intl ldap mysqli pdo_mysql zip \
......
...@@ -13,7 +13,7 @@ LABEL org.label-schema.build-date=$BUILD_DATE \ ...@@ -13,7 +13,7 @@ LABEL org.label-schema.build-date=$BUILD_DATE \
maintainer="Alan Nelson <alan.nelson@nebraska.edu>" maintainer="Alan Nelson <alan.nelson@nebraska.edu>"
RUN export BUILD_DEPS="bzip2-dev icu-dev libpng-dev libzip-dev openldap-dev" \ 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 npm $PHPIZE_DEPS $BUILD_DEPS \
&& pecl channel-update pecl.php.net \ && pecl channel-update pecl.php.net \
&& pecl install xdebug-3.1.6 redis \ && pecl install xdebug-3.1.6 redis \
&& docker-php-ext-install bz2 gd intl ldap mysqli pdo_mysql zip \ && docker-php-ext-install bz2 gd intl ldap mysqli pdo_mysql zip \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment