Use Hugo extended for Sass/CSS (#13113)

This commit is contained in:
Luc Perkins
2019-06-09 06:31:07 -07:00
committed by Kubernetes Prow Robot
parent c133a321c7
commit 654db85168
20 changed files with 21 additions and 74 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ ARG HUGO_VERSION
RUN mkdir -p /usr/local/src && \
cd /usr/local/src && \
curl -L https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_${HUGO_VERSION}_linux-64bit.tar.gz | tar -xz && \
curl -L https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_Linux-64bit.tar.gz | tar -xz && \
mv hugo /usr/local/bin/hugo && \
addgroup -Sg 1000 hugo && \
adduser -Sg hugo -u 1000 -h /src hugo