mirror of
https://github.com/ledgersmb/ledgersmb-docker.git
synced 2025-04-20 15:07:11 -04:00
* Set up the 'node' regular nodejs binary name using Debian alternatives
This commit is contained in:
parent
99ba66e9b7
commit
a53dd55ecf
@ -25,9 +25,10 @@ RUN DEBIAN_FRONTENT=noninteractive && \
|
||||
git
|
||||
|
||||
# Java & Nodejs for doing Dojo build
|
||||
RUN DEBIAN_FRONTENT=noninteractive && apt-get install -y openjdk-7-jre-headless
|
||||
#RUN DEBIAN_FRONTENT=noninteractive && apt-get install -y openjdk-7-jre-headless
|
||||
RUN apt-get install -y npm
|
||||
RUN npm install uglify-js@">=2.0 <3.0"
|
||||
RUN update-alternatives --install /usr/bin/node nodejs /usr/bin/nodejs 100
|
||||
|
||||
# Build time variables
|
||||
ENV LSMB_VERSION master
|
||||
|
Loading…
Reference in New Issue
Block a user