mirror of
https://github.com/sharkdp/bat
synced 2026-06-21 12:03:17 +00:00
4 lines
61 B
Docker
Vendored
4 lines
61 B
Docker
Vendored
FROM docker.io/alpine:latest
|
|
COPY foo /root/bar
|
|
RUN sleep 60
|