mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-01 08:09:59 +01:00
2 lines
77 B
Docker
2 lines
77 B
Docker
|
FROM busybox:1.26
|
||
|
RUN /bin/dd if=/dev/urandom of=file10mb bs=10485760 count=1
|