fix container build
- install npm & postcss-cli in docker image - match container build and non-container build hugo command
This commit is contained in:
+3
-1
@@ -14,7 +14,9 @@ RUN apk add --no-cache \
|
||||
openssh-client \
|
||||
rsync \
|
||||
build-base \
|
||||
libc6-compat
|
||||
libc6-compat \
|
||||
npm && \
|
||||
npm install -G autoprefixer postcss-cli
|
||||
|
||||
ARG HUGO_VERSION
|
||||
|
||||
|
||||
Reference in New Issue
Block a user