You've already forked hugo-docker
mirror of
https://github.com/jakejarvis/hugo-docker.git
synced 2025-07-03 18:56:37 -04:00
explicitly install postcss, not just via postcss-cli (https://github.com/jakejarvis/hugo-build-action/issues/2)
This commit is contained in:
@ -26,7 +26,7 @@ RUN apk update && \
|
|||||||
ruby \
|
ruby \
|
||||||
${HUGO_EXTENDED:+libc6-compat libstdc++} && \
|
${HUGO_EXTENDED:+libc6-compat libstdc++} && \
|
||||||
update-ca-certificates && \
|
update-ca-certificates && \
|
||||||
npm install --global postcss-cli autoprefixer @babel/core @babel/cli && \
|
npm install --global postcss postcss-cli autoprefixer @babel/core @babel/cli && \
|
||||||
pip3 install --upgrade Pygments==2.* && \
|
pip3 install --upgrade Pygments==2.* && \
|
||||||
gem install asciidoctor && \
|
gem install asciidoctor && \
|
||||||
wget https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_${HUGO_EXTENDED:+extended_}${HUGO_VERSION}_Linux-64bit.tar.gz && \
|
wget https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_${HUGO_EXTENDED:+extended_}${HUGO_VERSION}_Linux-64bit.tar.gz && \
|
||||||
|
Reference in New Issue
Block a user