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