Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Docker build missing websocket support #220

Merged
merged 1 commit into from
Feb 27, 2024
Merged

Conversation

lwthiker
Copy link
Owner

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.

Fixes #212

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.
@lwthiker lwthiker merged commit 3e7c3ef into main Feb 27, 2024
5 checks passed
@lwthiker lwthiker deleted the fix-docker-without-wss branch February 27, 2024 18:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

WS/WSS Protocol in Docker Image
1 participant