Skip to content
Snippets Groups Projects
Commit c0872073 authored by Jan David Mol's avatar Jan David Mol
Browse files

Task #10302: Added required boost libraries to qpid list

parent 1671cd39
No related branches found
No related tags found
No related merge requests found
......@@ -14,11 +14,11 @@ RUN apt-get update && apt-get install -y python-xmlrunner liblog4cplus-1.1-9 lib
# *******************
#
ENV BOOST_VERSION=1.54
ENV BOOST_VERSION=1.58.0
# Run-time dependencies
# QPID daemon legacy store would require: libaio1 libdb5.1++
RUN apt-get update && apt-get install -y sasl2-bin libuuid1 libnss3 libnspr4 xqilla
RUN apt-get update && apt-get install -y sasl2-bin libuuid1 libnss3 libnspr4 xqilla libboost-program-options${BOOST_VERSION} libboost-system${BOOST_VERSION}
# Install
# QPID daemon legacy store would require: libaio-dev libdb5.1++-dev
......
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