From: Jaymo Kang Date: Fri, 14 Feb 2020 15:49:20 +0000 (-0800) Subject: Add git to Dockerfile X-Git-Tag: v0.65.0~28 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=75c3787fc254d933fa11e5c39d978bfa1a21a371;p=brevno-suite%2Fhugo Add git to Dockerfile Needed for GitInfo. --- diff --git a/Dockerfile b/Dockerfile index 3ec305f7..0689f3c0 100755 --- a/Dockerfile +++ b/Dockerfile @@ -33,7 +33,7 @@ COPY --from=build /go/bin/hugo /usr/bin/hugo # libc6-compat & libstdc++ are required for extended SASS libraries # ca-certificates are required to fetch outside resources (like Twitter oEmbeds) RUN apk update && \ - apk add --no-cache ca-certificates libc6-compat libstdc++ + apk add --no-cache ca-certificates libc6-compat libstdc++ git VOLUME /site WORKDIR /site