Commit 68f2470f authored by Mark Harding's avatar Mark Harding

(fix): npm not installed in root php image. #1115

parent ea7d4b5a
No related merge requests found
Pipeline #99076226 passed with stages
in 14 minutes and 35 seconds
......@@ -12,6 +12,7 @@ RUN apk add --no-cache --virtual build-deps \
coreutils \
imagemagick \
nodejs \
npm \
ffmpeg \
&& docker-php-ext-install -j$(nproc) bcmath \
&& docker-php-ext-install -j$(nproc) zip \
......
Please register or to comment