mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-11-12 22:21:32 +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"
|
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_4.x | bash - && \
|
||||||
apt-get install -y --no-install-recommends \
|
apt-get install -y --no-install-recommends \
|
||||||
default-jre \
|
default-jre \
|
||||||
nodejs \
|
nodejs \
|
||||||
|
Loading…
Reference in New Issue
Block a user