browser-asmjs: --no-install-recommends dependent packages.

This commit is contained in:
Matt McCormick 2016-03-09 18:28:54 -05:00
parent 3d391e1f8c
commit 7225ca1c70

View File

@ -3,7 +3,7 @@ MAINTAINER Matt McCormick "matt.mccormick@kitware.com"
# The cross-compiling emulator # The cross-compiling emulator
RUN curl -sL https://deb.nodesource.com/setup | bash - && \ RUN curl -sL https://deb.nodesource.com/setup | bash - && \
apt-get install -y \ apt-get install -y --no-install-recommends \
default-jre \ default-jre \
nodejs \ nodejs \
python2.7 python2.7