mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
chore: Disable bootstrap daemon for toxcore in docker builds
It's disabled for other toxcore builds in qTox since it's unused by qTox. It also requires libconfig as a dep which is missing here.
This commit is contained in:
parent
b0083e7d38
commit
d7347773f8
|
@ -53,7 +53,7 @@ RUN apt-get update && \
|
|||
RUN git clone https://github.com/toktok/c-toxcore.git /toxcore
|
||||
WORKDIR /toxcore
|
||||
RUN git checkout v0.2.12 && \
|
||||
cmake . && \
|
||||
cmake . -DBOOTSTRAP_DAEMON=OFF && \
|
||||
cmake --build . && \
|
||||
make install && \
|
||||
echo '/usr/local/lib/' >> /etc/ld.so.conf.d/locallib.conf && \
|
||||
|
|
|
@ -50,7 +50,7 @@ RUN apt-get update && \
|
|||
RUN git clone https://github.com/toktok/c-toxcore.git /toxcore
|
||||
WORKDIR /toxcore
|
||||
RUN git checkout v0.2.12 && \
|
||||
cmake . && \
|
||||
cmake . -DBOOTSTRAP_DAEMON=OFF && \
|
||||
cmake --build . && \
|
||||
make install && \
|
||||
echo '/usr/local/lib/' >> /etc/ld.so.conf.d/locallib.conf && \
|
||||
|
|
Loading…
Reference in New Issue
Block a user