Skip to content

Commit 27e69a2

Browse files
committed
use git clone
1 parent 43eb23e commit 27e69a2

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

frameworks/C++/paozhu/paozhu.dockerfile

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,12 @@ ENV LC_ALL en_US.UTF-8
1414

1515
WORKDIR /
1616

17-
RUN wget https://github.com/hggq/paozhu/releases/download/v1.5.8/benchmark.zip
18-
RUN unzip benchmark.zip
17+
# RUN wget https://github.com/hggq/paozhu/releases/download/v1.5.8/benchmark.zip
18+
RUN git clone https://github.com/hggq/paozhu
19+
# RUN unzip benchmark.zip
20+
WORKDIR /paozhu
21+
RUN unzip asio.zip
1922
# RUN mv ./benchmark/* ./
20-
21-
WORKDIR /benchmark
2223
COPY ./ ./
2324

2425
RUN cmake . -B build -DCMAKE_BUILD_TYPE=Release

0 commit comments

Comments
 (0)