Select Git revision
.git-blame-ignore-revs
Forked from
hub / hub
Source project has a limited visibility.
Dockerfile.debian-buster-hugo 138 B
FROM debian:buster
RUN apt-get -qq update && \
apt-get -qq dist-upgrade && \
apt-get -qq install hugo && \
apt-get -qq clean