We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2e4158 commit d985fe7Copy full SHA for d985fe7
8.3/Dockerfile
@@ -9,7 +9,7 @@ RUN apk --update add --no-cache --virtual .build-deps \
9
# Base packages
10
&& apk --update add --no-cache \
11
bash \
12
- nodejs \
+ nodejs npm \
13
freetype-dev libpng-dev libjpeg-turbo-dev \
14
icu-dev \
15
libzip-dev zip \
README.md
@@ -11,6 +11,7 @@ docker pull jopplt/php:8.3-fpm-base
Bundled with:
* Composer
* Node
+* NPM
16
Includes the following extensions:
17
* `exif`
0 commit comments