browser-asmjs: Use updated Node Debian package sources

This commit is contained in:
Matt McCormick 2016-07-05 22:24:59 -04:00
parent 2c01672248
commit b84b303f13

View File

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