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

docker: install systemd

parent 2f7fabf1
No related branches found
No related tags found
No related merge requests found
...@@ -12,5 +12,6 @@ RUN git clone https://github.com/savoirfairelinux/opendht.git \ ...@@ -12,5 +12,6 @@ RUN git clone https://github.com/savoirfairelinux/opendht.git \
-DOPENDHT_TOOLS=On \ -DOPENDHT_TOOLS=On \
-DOPENDHT_PROXY_SERVER=On \ -DOPENDHT_PROXY_SERVER=On \
-DOPENDHT_PROXY_CLIENT=On \ -DOPENDHT_PROXY_CLIENT=On \
-DOPENDHT_SYSTEMD=On \
&& make -j8 && make install \ && make -j8 && make install \
&& cd ../.. && rm -rf opendht && cd ../.. && rm -rf opendht
...@@ -12,5 +12,6 @@ RUN git clone https://github.com/savoirfairelinux/opendht.git \ ...@@ -12,5 +12,6 @@ RUN git clone https://github.com/savoirfairelinux/opendht.git \
-DOPENDHT_TOOLS=On \ -DOPENDHT_TOOLS=On \
-DOPENDHT_PROXY_SERVER=On \ -DOPENDHT_PROXY_SERVER=On \
-DOPENDHT_PROXY_CLIENT=On \ -DOPENDHT_PROXY_CLIENT=On \
-DOPENDHT_SYSTEMD=On \
&& make -j8 && make install \ && make -j8 && make install \
&& cd ../.. && rm -rf opendht && cd ../.. && rm -rf opendht
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment