mirror of
https://github.com/docker/build-push-action.git
synced 2026-05-06 03:04:43 +00:00
3 lines
61 B
Docker
3 lines
61 B
Docker
# syntax=docker/dockerfile:1
|
|
FROM busybox
|
|
RUN cat /etc/hosts
|