fix html installer (docker dist)

This commit is contained in:
JAremko 2019-05-28 16:29:59 +03:00 committed by Eugene Yaremenko
parent 03eb6cd2fc
commit e89f6f8537
1 changed files with 2 additions and 4 deletions

View File

@ -14,10 +14,8 @@
(file-name-directory
load-file-name)) nil t)
(with-installed (git curl software-properties-common)
($ "add-apt-repository ppa:brightbox/ruby-ng"
"apt-get update")
(install ruby ruby-all-dev npm)
(with-installed (git curl)
(install ruby-full npm)
(!"Installing npm stuff...")
($ "npm cache clean -f"
"npm install -g n"