Update README and Dockerfile (#9781)
* Updates readme's site building instructions * Alters dockerfile to use extended hugo build This is necessary for the pipes used w/ TOCSS since node-sass was droppedpull/9765/merge
parent
3b9678cfda
commit
f313a39e9e
|
@ -18,7 +18,9 @@ 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 && \
|
||||
apk add build-base && \
|
||||
apk add libc6-compat && \
|
||||
mv hugo /usr/local/bin/hugo && \
|
||||
curl -L https://bin.equinox.io/c/dhgbqpS8Bvy/minify-stable-linux-amd64.tgz | tar -xz && \
|
||||
mv minify /usr/local/bin && \
|
||||
|
|
Loading…
Reference in New Issue