mirror of
https://github.com/docker/build-push-action.git
synced 2025-12-17 11:08:27 +00:00
3 lines
61 B
Docker
3 lines
61 B
Docker
# syntax=docker/dockerfile:1
|
|
FROM busybox
|
|
RUN cat /etc/hosts
|