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
No related branches found
No related tags found
1 merge request!85PHP Container Updates
......@@ -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 npm $PHPIZE_DEPS $BUILD_DEPS \
&& pecl channel-update pecl.php.net \
&& pecl install xdebug-3.1.6 redis \
&& docker-php-ext-install bz2 gd intl ldap mysqli pdo_mysql zip \
......
......@@ -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 npm $PHPIZE_DEPS $BUILD_DEPS \
&& pecl channel-update pecl.php.net \
&& pecl install xdebug-3.1.6 redis \
&& 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