Skip to content

Commit d985fe7

Browse files
committed
[8.3] add npm to base image
1 parent d2e4158 commit d985fe7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

8.3/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN apk --update add --no-cache --virtual .build-deps \
99
# Base packages
1010
&& apk --update add --no-cache \
1111
bash \
12-
nodejs \
12+
nodejs npm \
1313
freetype-dev libpng-dev libjpeg-turbo-dev \
1414
icu-dev \
1515
libzip-dev zip \

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ docker pull jopplt/php:8.3-fpm-base
1111
Bundled with:
1212
* Composer
1313
* Node
14+
* NPM
1415

1516
Includes the following extensions:
1617
* `exif`

0 commit comments

Comments
 (0)