fix build in docker
This commit is contained in:
@@ -5,8 +5,8 @@ if test -n "${ANDROID_HOME}"; then
|
||||
packages+=("wheezy:::curl:::npm")
|
||||
packages+=("amd64:::libc6-i386 lib32stdc++6 lib32gcc1 lib32ncurses5 lib32z1")
|
||||
packages+=("git nodejs default-jdk")
|
||||
repos+=("Ubuntu-precise:::'deb http://archive.ubuntu.com precise universe'")
|
||||
repos+=("Debian|Ubuntu-precise::::::universe")
|
||||
repos+=("Ubuntu-precise:::'deb http://archive.ubuntu.com/ubuntu precise universe'")
|
||||
repos+=("wheezy:::'deb http://ftp.is.debian.org/debian wheezy-backports main'")
|
||||
commands+=("update-alternatives --install /usr/bin/node nodejs /usr/bin/nodejs 100")
|
||||
commands+=("wheezy:::curl https://www.npmjs.com/install.sh | sh")
|
||||
|
Reference in New Issue
Block a user