4 lines
58 B
Docker
4 lines
58 B
Docker
|
FROM alpine:latest
|
||
|
|
||
|
RUN apk --no-cache add netcat-openbsd
|