|
@@ -31,5 +31,5 @@ RUN cd /workspace; \
|
|
RUN apt-get install -y qttools5-dev-tools --no-install-recommends
|
|
RUN apt-get install -y qttools5-dev-tools --no-install-recommends
|
|
|
|
|
|
RUN cd /workspace/qBittorrent-release-4.3.6; \
|
|
RUN cd /workspace/qBittorrent-release-4.3.6; \
|
|
- ./configure; \
|
|
|
|
|
|
+ ./configure --disable-gui; \
|
|
make -j8 && make install
|
|
make -j8 && make install
|