Sha256: f537911e5835151c6ddf69cb53691066ea0d80a0d83d146a89f38bf409f66102
Contents?: true
Size: 613 Bytes
Versions: 2
Compression:
Stored size: 613 Bytes
Contents
FROM ubuntu:14.04 MAINTAINER ZeroMQ Project <zeromq@imatix.com> RUN apt-get update RUN DEBIAN_FRONTEND=noninteractive apt-get install -y git build-essential libtool autoconf automake pkg-config unzip libkrb5-dev RUN cd /tmp && git clone git://github.com/jedisct1/libsodium.git && cd libsodium && git checkout e2a30a && ./autogen.sh && ./configure && make check && make install && ldconfig RUN cd /tmp && git clone --depth 1 git://github.com/zeromq/libzmq.git && cd libzmq && ./autogen.sh && ./configure && make # RUN cd /tmp/libzmq && make check RUN cd /tmp/libzmq && make install && ldconfig RUN rm /tmp/* -rf
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
laag-libzmq-4.2.3.2 | vendor/github.com/zeromq/libzmq/Dockerfile |
laag-libzmq-4.2.3.0 | vendor/github.com/zeromq/libzmq/Dockerfile |