FROM ubuntu:disco

RUN apt-get update -y && \
    apt-get install wget coreutils -y && \
    wget http://proof.ovh.net/files/1Mb.dat

CMD echo -n "62501d556539559fb422943553cd235a = " && md5sum 1Mb.dat
