mirror of
https://github.com/sharkdp/bat
synced 2024-11-08 19:10:41 +00:00
4 lines
61 B
Plaintext
Vendored
4 lines
61 B
Plaintext
Vendored
FROM docker.io/alpine:latest
|
|
COPY foo /root/bar
|
|
RUN sleep 60
|