fix build

This commit is contained in:
inductor
2020-11-01 11:01:10 +09:00
parent 28209e0b00
commit 59d643b8a3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ RUN apk add --no-cache \
build-base \
libc6-compat \
npm && \
npm install -G autoprefixer postcss-cli
npm install -D autoprefixer postcss-cli
ARG HUGO_VERSION