Update the guide based on the comment in DisQus:
*************************************************************************************************I had a small hickup trying to build the docker image: it seems the version of hugo on ubuntu is a bit out of date.
Fixed it by replacing the first 5 lines:
FROM fedora:latest as HUGOINSTALL
Install Hugo.
RUN dnf -y update
RUN dnf -y install hugo