Save space on the i386 image by only installing required packages.

This commit is contained in:
Pagan Gazzard 2015-02-20 13:38:22 +00:00 committed by Pablo Carranza Vélez
parent c41c7a5d01
commit 1ca7d1d4a8

View File

@ -4,7 +4,7 @@ COPY 01_nodoc /etc/dpkg/dpkg.cfg.d/
# Nodejs
RUN apt-get update \
&& apt-get install -y curl git unzip wget npm nodejs inetutils-ping --no-install-recommends \
&& apt-get install -y npm nodejs --no-install-recommends \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/
RUN ln -sf /usr/bin/nodejs /usr/bin/node