shithub: hugo

Download patch

ref: 75c3787fc254d933fa11e5c39d978bfa1a21a371
parent: 9babb1f0c4fca048b0339f6ce3618f88d34e0457
author: Jaymo Kang <jaymo@ninesai.com>
date: Fri Feb 14 02:49:20 EST 2020

Add git to Dockerfile

Needed for GitInfo.

--- a/Dockerfile
+++ b/Dockerfile
@@ -33,7 +33,7 @@
 # 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