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