mirror of
https://github.com/containers/podman.git
synced 2026-06-16 19:49:02 -04:00
4 lines
63 B
Docker
4 lines
63 B
Docker
FROM alpine
|
|
RUN arch | tee /arch.txt
|
|
RUN date | tee /built.txt
|