2020-03-19 09:52:04 -04:00
committed by GitHub
parent a3a32b94d8
commit 56835a645e
+1 -2
View File
@@ -1,4 +1,4 @@
FROM alpine:latest FROM node:12-alpine
ENV HUGO_VERSION 0.67.1 ENV HUGO_VERSION 0.67.1
# remove/comment the following line completely to build with vanilla Hugo: # remove/comment the following line completely to build with vanilla Hugo:
@@ -20,7 +20,6 @@ RUN apk update && \
apk add --no-cache \ apk add --no-cache \
ca-certificates \ ca-certificates \
git \ git \
nodejs \
asciidoctor \ asciidoctor \
python3 \ python3 \
py3-pygments \ py3-pygments \