From d13bcb34c7636876c69e39399129957a6c11da03 Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Wed, 9 Sep 2015 17:04:07 -0300 Subject: [pkg] add libzmq dependency This is needed if we use wheels, since the zmq library is not build as it is when we install from code. --- docker/leap_bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docker/leap_bootstrap.sh') diff --git a/docker/leap_bootstrap.sh b/docker/leap_bootstrap.sh index 195527e3..4f553ee7 100755 --- a/docker/leap_bootstrap.sh +++ b/docker/leap_bootstrap.sh @@ -48,7 +48,7 @@ apt_install_dependencies() { status="installing system dependencies" echo "${cc_green}Status: $status...${cc_normal}" set -x - sudo apt-get install -y git python-dev python-setuptools python-virtualenv python-pip libssl-dev python-openssl libsqlite3-dev g++ openvpn pyside-tools python-pyside libffi-dev + sudo apt-get install -y git python-dev python-setuptools python-virtualenv python-pip libssl-dev python-openssl libsqlite3-dev g++ openvpn pyside-tools python-pyside libffi-dev libzmq-dev set +x } -- cgit v1.2.3