mirror of
https://github.com/ledgersmb/ledgersmb-docker.git
synced 2025-04-19 14:47:12 -04:00
* npm _install_ uglify
This commit is contained in:
parent
75c8c8f0b0
commit
719672490f
@ -26,7 +26,7 @@ RUN DEBIAN_FRONTENT=noninteractive && \
|
|||||||
|
|
||||||
# Nodejs for doing Dojo build
|
# Nodejs for doing Dojo build
|
||||||
RUN apt-get install -y npm
|
RUN apt-get install -y npm
|
||||||
RUN npm uglify-js@">=2.0 <3.0"
|
RUN npm install uglify-js@">=2.0 <3.0"
|
||||||
|
|
||||||
# Build time variables
|
# Build time variables
|
||||||
ENV LSMB_VERSION master
|
ENV LSMB_VERSION master
|
||||||
|
Loading…
Reference in New Issue
Block a user