mirror of
https://github.com/ledgersmb/ledgersmb-docker.git
synced 2025-04-19 14:47:12 -04:00
* Java is required _period_
This commit is contained in:
parent
719672490f
commit
756c28ad4f
@ -24,7 +24,8 @@ RUN DEBIAN_FRONTENT=noninteractive && \
|
|||||||
ssmtp \
|
ssmtp \
|
||||||
git
|
git
|
||||||
|
|
||||||
# Nodejs for doing Dojo build
|
# Java & Nodejs for doing Dojo build
|
||||||
|
RUN DEBIAN_FRONTENT=noninteractive && apt-get install -y openjdk-7-jre
|
||||||
RUN apt-get install -y npm
|
RUN apt-get install -y npm
|
||||||
RUN npm install uglify-js@">=2.0 <3.0"
|
RUN npm install uglify-js@">=2.0 <3.0"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user