mirror of
https://github.com/sharkdp/bat.git
synced 2024-11-29 03:04:04 +01:00
4 lines
61 B
Plaintext
4 lines
61 B
Plaintext
|
FROM docker.io/alpine:latest
|
||
|
COPY foo /root/bar
|
||
|
RUN sleep 60
|