FROM debian:bullseye RUN apt-get -qq update && \ apt-get -qq dist-upgrade && \ apt-get -qq install hugo && \ apt-get -qq clean