mirror of
https://github.com/ledgersmb/ledgersmb-docker.git
synced 2025-04-19 14:47:12 -04:00
* Fix build problem -- uglify-js not being found
This commit is contained in:
parent
09a79b8258
commit
6249141929
@ -76,7 +76,7 @@ RUN DEBIAN_FRONTEND="noninteractive" apt-get -y update && \
|
||||
--with-feature=latex-pdf-ps \
|
||||
--with-feature=openoffice \
|
||||
--installdeps . && \
|
||||
npm install -g uglify-js@">=2.0 <3.0" && \
|
||||
npm install uglify-js@">=2.0 <3.0" && \
|
||||
make dojo && \
|
||||
DEBIAN_FRONTEND="noninteractive" apt-get -y purge ${DOJO_Build_Deps_removal} && \
|
||||
rm -rf /usr/local/lib/node_modules && \
|
||||
|
Loading…
Reference in New Issue
Block a user