Fix Docker build missing websocket support by lwthiker · Pull Request #220 · lwthiker/curl-impersonate (original) (raw)
The Docker image first builds a static curl-impersonate, then builds libcurl-impersonate separately. However, the second build overrode the binary created in the first one, and was configured without websocket support in addition. This commit fixes both:
- The second build does not override the first, static build.
- The second build is configured with websockets.