Build this Dockerfile
FROM busyboxRUN mkdir /tmp/build/COPY . /tmp/build/RUN du -ah tmp/build | sort -n -r | head -n 100
docker build .