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