mirror of
https://github.com/ledgersmb/ledgersmb-docker.git
synced 2025-04-28 18:37:11 -04:00
* Remove JRE installation and adjust NPM installation
This commit is contained in:
parent
5390be8aac
commit
75c8c8f0b0
@ -25,14 +25,9 @@ RUN DEBIAN_FRONTENT=noninteractive && \
|
|||||||
git
|
git
|
||||||
|
|
||||||
# Nodejs for doing Dojo build
|
# Nodejs for doing Dojo build
|
||||||
RUN curl -sL https://deb.nodesource.com/setup_6.x | bash - && \
|
RUN apt-get install -y npm
|
||||||
apt-get install -y nodejs
|
|
||||||
RUN curl https://www.npmjs.com/install.sh | sh
|
|
||||||
RUN npm uglify-js@">=2.0 <3.0"
|
RUN npm uglify-js@">=2.0 <3.0"
|
||||||
|
|
||||||
# Java is required for closure compiler in Dojo build
|
|
||||||
RUN DEBIAN_FRONTENT=noninteractive && apt-get install -y openjdk-7-jre
|
|
||||||
|
|
||||||
# Build time variables
|
# Build time variables
|
||||||
ENV LSMB_VERSION master
|
ENV LSMB_VERSION master
|
||||||
ARG CACHEBUST
|
ARG CACHEBUST
|
||||||
|
Loading…
Reference in New Issue
Block a user