We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e058d9 commit 1df9083Copy full SHA for 1df9083
docker/Dockerfile
@@ -22,7 +22,7 @@ RUN update-alternatives --set php /usr/bin/php${PHP_VERSION}
22
23
# Install Node.js (specific version) and other dependencies
24
RUN curl -fsSL https://deb.nodesource.com/setup_${NODE_VERSION}.x | bash - && \
25
- apt-get install -y nodejs git unzip curl locales && \
+ apt-get install -y nodejs npm git unzip curl locales && \
26
locale-gen en_AU.UTF-8
27
28
0 commit comments