소스 검색

use git clone

hzq 1 년 전
부모
커밋
27e69a2064
1개의 변경된 파일5개의 추가작업 그리고 4개의 파일을 삭제
  1. 5 4
      frameworks/C++/paozhu/paozhu.dockerfile

+ 5 - 4
frameworks/C++/paozhu/paozhu.dockerfile

@@ -14,11 +14,12 @@ ENV LC_ALL en_US.UTF-8
 
 WORKDIR /
 
-RUN wget https://github.com/hggq/paozhu/releases/download/v1.5.8/benchmark.zip
-RUN unzip benchmark.zip
+# RUN wget https://github.com/hggq/paozhu/releases/download/v1.5.8/benchmark.zip
+RUN git clone https://github.com/hggq/paozhu
+# RUN unzip benchmark.zip
+WORKDIR /paozhu
+RUN unzip asio.zip
 # RUN mv ./benchmark/* ./
-
-WORKDIR /benchmark
 COPY ./ ./
 
 RUN cmake . -B build -DCMAKE_BUILD_TYPE=Release