mirror of
https://github.com/alrayyes/docker-alpine-hugo-surge-git-bash
synced 2023-11-14 15:56:27 +00:00
Also install bash
This commit is contained in:
parent
9b5d326542
commit
b805620f68
@ -5,7 +5,7 @@ ENV HUGO_VERSION 0.16
|
||||
ENV HUGO_BINARY hugo_${HUGO_VERSION}_linux-64bit
|
||||
|
||||
# Install pygments (for syntax highlighting)
|
||||
RUN apk update && apk add py-pygments && apk add git && rm -rf /var/cache/apk/*
|
||||
RUN apk update && apk add py-pygments && apk add git && apk add bash && rm -rf /var/cache/apk/*
|
||||
|
||||
# Download and Install hugo
|
||||
ADD https://github.com/spf13/hugo/releases/download/v${HUGO_VERSION}/${HUGO_BINARY}.tgz /usr/local/
|
||||
|
Loading…
Reference in New Issue
Block a user