FROM debian:buster RUN apt-get -qq update && \ apt-get -qq dist-upgrade && \ apt-get -qq install mkdocs && \ apt-get -qq clean