Delete Dockerfile

This commit is contained in:
Aidan Harris 2018-12-10 20:01:01 +00:00 committed by GitHub
parent a1c202b8c2
commit 2eeac770b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +0,0 @@
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'