Dockerfile -> e.Dockerfile

This commit is contained in:
Aidan Harris 2018-12-10 19:55:51 +00:00
parent 09efd4761a
commit a1c202b8c2
No known key found for this signature in database
GPG Key ID: E18BE27807DA2E96

5
e.Dockerfile Normal file
View File

@ -0,0 +1,5 @@
FROM busybox
RUN seq 1 10000 | while read -r e; do echo -ne 'e'; done; echo e;
CMD strings /dev/urandom | grep -oE 'e' | tr -d '\n'