Fix: Removed more zeromq dependencies.
authorpeusterm <manuel.peuster@uni-paderborn.de>
Thu, 7 Sep 2017 06:39:32 +0000 (08:39 +0200)
committerpeusterm <manuel.peuster@uni-paderborn.de>
Thu, 7 Sep 2017 06:39:32 +0000 (08:39 +0200)
Signed-off-by: Manuel Peuster <manuel@peuster.de>
ansible/install.yml
utils/docker/Dockerfile

index b103c4d..642403e 100755 (executable)
@@ -6,12 +6,6 @@
    - name: install python-dev
      apt: pkg=python-dev state=installed
 
    - name: install python-dev
      apt: pkg=python-dev state=installed
 
-   - name: install python-zmq
-     apt: pkg=python-zmq state=installed
-
-   - name: install libzmq-dev
-     apt: pkg=libzmq-dev state=installed
-
    - name: install libffi-dev
      apt: pkg=libffi-dev state=installed
 
    - name: install libffi-dev
      apt: pkg=libffi-dev state=installed
 
index 1614793..0dbdd94 100755 (executable)
@@ -51,7 +51,7 @@ RUN make develop
 
 # install son-emu
 RUN echo 'install son-emu'
 
 # install son-emu
 RUN echo 'install son-emu'
-RUN apt-get install -y  python-dev python-zmq libzmq-dev libffi-dev libssl-dev
+RUN apt-get install -y  python-dev libffi-dev libssl-dev
 RUN pip install -U tabulate argparse networkx six ryu oslo.config pytest Flask flask_restful requests prometheus_client pyaml
 WORKDIR /
 #avoid pulling not the latest git, copy the current dir, to run this from Jenkins
 RUN pip install -U tabulate argparse networkx six ryu oslo.config pytest Flask flask_restful requests prometheus_client pyaml
 WORKDIR /
 #avoid pulling not the latest git, copy the current dir, to run this from Jenkins