Skip to content
Snippets Groups Projects
Commit 67f8bc2b authored by Adrien Béraud's avatar Adrien Béraud
Browse files

Docker: build without dependencies

Change-Id: Ibbe0ad8cb6817b7c6e77f7991b92f1ad18c13755
parent 55133ccd
No related branches found
No related tags found
No related merge requests found
......@@ -52,5 +52,5 @@ RUN mkdir /install
ENV DESTDIR /install
RUN cd dhtnet && mkdir build_dev && cd build_dev \
&& cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
&& cmake .. -DBUILD_DEPENDENCIES=Off -DCMAKE_INSTALL_PREFIX=/usr \
&& make -j2 && make install
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