mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-11-10 05:07:26 +01:00
browser-asmjs: Use updated Node Debian package sources
This commit is contained in:
parent
2c01672248
commit
b84b303f13
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user