5 lines
105 B
Text
5 lines
105 B
Text
|
FROM quay.io/quay/busybox
|
||
|
RUN date > somefile
|
||
|
RUN date +%s%N > anotherfile
|
||
|
RUN date +"%T.%N" > thirdfile
|