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/Dockerfile | 1 + docker/leap_bootstrap.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'docker') diff --git a/docker/Dockerfile b/docker/Dockerfile index 857c3cd0..d5a7b57e 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -8,6 +8,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins libffi-dev \ libsqlite3-dev \ libssl-dev \ + libzmq-dev \ openvpn \ pyside-tools \ python-dev \ 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