Skip to content
Snippets Groups Projects
Commit 48a74b82 authored by Thomas Jürges's avatar Thomas Jürges
Browse files

SW-612: Install QPID packages from the repo not pip

parent 1e1f0290
No related branches found
No related tags found
No related merge requests found
...@@ -114,12 +114,8 @@ RUN apt-get update && apt-get install -y git make g++ python3-setuptools libboos ...@@ -114,12 +114,8 @@ RUN apt-get update && apt-get install -y git make g++ python3-setuptools libboos
# Apache Proton # Apache Proton
# ******************* # *******************
# #
RUN apt-get update && apt-get install -y libqpid-proton2 libqpidbroker2 libqpidclient2 libqpidcommon2 libqpidmessaging2 libqpidtypes1 python3-qpid-proton qpid-client qpid-proton-dump qpid-proton-dump
# Build-time dependencies
RUN apt-get update && apt-get install -y python3-setuptools cmake g++ && \
pip3 install python-qpid-proton && \
apt-get purge -y python3-setuptools cmake g++ && \
apt-get autoremove -y --purge
# ******************* # *******************
# DAL # DAL
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment