mirror of
https://github.com/jakejarvis/hugo-docker.git
synced 2025-04-26 07:15:23 -04:00
Switch base image to node:12-alpine since it's cached
0ddeb1ac4b/images/linux/scripts/installers/docker-moby.sh (L36)
This commit is contained in:
parent
a3a32b94d8
commit
56835a645e
@ -1,4 +1,4 @@
|
||||
FROM alpine:latest
|
||||
FROM node:12-alpine
|
||||
|
||||
ENV HUGO_VERSION 0.67.1
|
||||
# remove/comment the following line completely to build with vanilla Hugo:
|
||||
@ -20,7 +20,6 @@ RUN apk update && \
|
||||
apk add --no-cache \
|
||||
ca-certificates \
|
||||
git \
|
||||
nodejs \
|
||||
asciidoctor \
|
||||
python3 \
|
||||
py3-pygments \
|
||||
|
Loading…
x
Reference in New Issue
Block a user