mirror of
https://github.com/ledgersmb/ledgersmb-docker.git
synced 2025-04-19 14:47:12 -04:00
* Cut down on install size by depending on headless Java
This commit is contained in:
parent
756c28ad4f
commit
99ba66e9b7
@ -25,7 +25,7 @@ RUN DEBIAN_FRONTENT=noninteractive && \
|
|||||||
git
|
git
|
||||||
|
|
||||||
# Java & Nodejs for doing Dojo build
|
# Java & Nodejs for doing Dojo build
|
||||||
RUN DEBIAN_FRONTENT=noninteractive && apt-get install -y openjdk-7-jre
|
RUN DEBIAN_FRONTENT=noninteractive && apt-get install -y openjdk-7-jre-headless
|
||||||
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