yifeikong / curl-impersonate

An active fork of curl-impersonate with more versions and build targets.
MIT License
52 stars 11 forks source link

Fix building with dockerfiles #1

Closed LeifMessinger closed 8 months ago

LeifMessinger commented 8 months ago

The Dockerfiles didn't get their libcurl options updated.

Test that they work with sudo build -t curl-impersonate-chrome chrome/ and sudo docker run --rm THE_DOCKER_IMAGE_ID_IT_SPITS_OUT_AT_THE_END curl_chrome119 -L crouton.net

I have no idea how to install mustache on arch to get the generate_dockerfiles.sh to work, but it makes sense that that the Dockerfile.template works.

yifeikong commented 8 months ago

The build for firefox docker image failed, because I only added that in the chrome version.