forked from extern/docker
5 lines
63 B
Docker
5 lines
63 B
Docker
FROM alpine
|
|
RUN apk add --no-cache socat
|
|
ENTRYPOINT ["socat"]
|
|
|