Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ FROM python:3.13-slim-bookworm
ADD https://github.com/krallin/tini/releases/download/v0.19.0/tini /tini
RUN chmod +x /tini

ADD https://github.com/vi/websocat/releases/download/v1.14.1/websocat.x86_64-unknown-linux-musl /usr/local/bin/websocat
RUN chmod +x /usr/local/bin/websocat

RUN apt-get update && apt-get install -y \
socat \
jq \
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,10 @@ services:

https://linux.die.net/man/1/parallel

* **websocat**

https://github.com/vi/websocat

### Examples

```yaml
Expand Down