fix container build

- install npm & postcss-cli in docker image
- match container build and non-container build hugo command
This commit is contained in:
Benjamin Elder
2020-07-01 14:12:21 -07:00
parent b647c7b5f5
commit d6b3322ad0
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -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