Skip to content

Commit 1df9083

Browse files
committed
add npm
1 parent 1e058d9 commit 1df9083

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN update-alternatives --set php /usr/bin/php${PHP_VERSION}
2222

2323
# Install Node.js (specific version) and other dependencies
2424
RUN curl -fsSL https://deb.nodesource.com/setup_${NODE_VERSION}.x | bash - && \
25-
apt-get install -y nodejs git unzip curl locales && \
25+
apt-get install -y nodejs npm git unzip curl locales && \
2626
locale-gen en_AU.UTF-8
2727

2828

0 commit comments

Comments
 (0)