also install git

This commit is contained in:
Ryan 2016-09-22 16:39:12 +02:00
parent 65c8b359fb
commit 3ae74c2499

View File

@ -5,7 +5,7 @@ ENV HUGO_VERSION 0.16
ENV HUGO_BINARY hugo_${HUGO_VERSION}_linux-64bit
# Install pygments (for syntax highlighting)
RUN apk update && apk add py-pygments && rm -rf /var/cache/apk/*
RUN apk update && apk add py-pygments && apk add git && rm -rf /var/cache/apk/*
# Download and Install hugo
ADD https://github.com/spf13/hugo/releases/download/v${HUGO_VERSION}/${HUGO_BINARY}.tgz /usr/local/