diff --git a/Dockerfile b/Dockerfile index 73028a79b1e24869069169221a0b7e36fe101154..56b0b2ee6063ce7fe94deb812d73cb8a9111b1c2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,6 +11,7 @@ RUN apk add ca-certificates wget \ && apk del wget \ && rm /tmp/pandoc.tar.gz +RUN apk add git # RUN wget -q https://github.com/gohugoio/hugo/releases/download/v0.55.6/hugo_0.55.6_Linux-64bit.deb -O /tmp/hugo.deb && dpkg -i /tmp/hugo.deb