Select Git revision
DockerfileTravisLlvm
Adrien Béraud authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
DockerfileTravisLlvm 287 B
FROM aberaud/opendht-deps-llvm
MAINTAINER Adrien Béraud <adrien.beraud@savoirfairelinux.com>
COPY . /root/opendht
RUN cd /root/opendht && mkdir build && cd build \
&& cmake -DCMAKE_INSTALL_PREFIX=/usr -DOPENDHT_PYTHON=On .. && make -j8 && make install \
&& cd ../.. && rm -rf opendht