4 lines
60 B
Docker
4 lines
60 B
Docker
FROM debian
|
|
|
|
RUN apt-get update && apt-get install -y socat
|
FROM debian
|
|
|
|
RUN apt-get update && apt-get install -y socat
|