We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4923169 commit 464ff39Copy full SHA for 464ff39
php/Dockerfile-fpm
@@ -9,7 +9,6 @@ ENV DEBIAN_FRONTEND=noninteractive
9
RUN apt-get update && \
10
apt-get -y install \
11
gnupg2 && \
12
- curl -sL https://deb.nodesource.com/setup_6.x | bash - && \
13
apt-key update && \
14
apt-get update && \
15
@@ -18,11 +17,10 @@ RUN apt-get update && \
18
17
npm \
19
--no-install-recommends && \
20
apt-get clean && \
21
- npm -g install npm@latest && \
22
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
23
24
# Install less-compiler
25
-RUN npm install -g \
+RUN npm -g install \
26
less \
27
lesshint \
28
uglify-js \
0 commit comments