Skip to content

Commit

Permalink
use curl_cffi's fork
Browse files Browse the repository at this point in the history
  • Loading branch information
bjia56 authored Nov 17, 2023
1 parent 83de9b2 commit bdd07b6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/curl_cffi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ RUN yum install -y libcurl-devel
COPY . /repo

WORKDIR /
RUN git clone https://github.com/bjia56/curl-impersonate.git && \
cd curl-impersonate && \
git checkout armv7l
RUN git clone https://github.com/yifeikong/curl-impersonate && \
cd curl-impersonate

WORKDIR /curl-impersonate
RUN mkdir -p build/install
Expand Down

0 comments on commit bdd07b6

Please sign in to comment.