소스 검색

更新 'Dockerfile'

cyh 3 년 전
부모
커밋
5584552473
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

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