mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-01-22 14:15:44 +01:00
browser-asmjs: --no-install-recommends dependent packages.
This commit is contained in:
parent
3d391e1f8c
commit
7225ca1c70
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user