mirror of
https://github.com/bigbluebutton/docker.git
synced 2025-02-21 04:01:45 +01:00
5 lines
63 B
Docker
5 lines
63 B
Docker
FROM alpine
|
|
RUN apk add --no-cache socat
|
|
ENTRYPOINT ["socat"]
|
|
|