hugo

Unnamed repository; edit this file 'description' to name the repository.

git clone git://git.shimmy1996.com/hugo.git
commit 75c3787fc254d933fa11e5c39d978bfa1a21a371
parent 9babb1f0c4fca048b0339f6ce3618f88d34e0457
Author: Jaymo Kang <jaymo@ninesai.com>
Date:   Fri, 14 Feb 2020 07:49:20 -0800

Add git to Dockerfile

Needed for GitInfo.
Diffstat:
MDockerfile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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