4 lines
61 B
Docker
Executable File
4 lines
61 B
Docker
Executable File
# syntax=docker/dockerfile:1
|
|
FROM busybox
|
|
RUN cat /etc/hosts
|