use latest hugo
This commit is contained in:
parent
96283515e2
commit
1f448db384
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
|||
FROM docker.io/library/nginx:alpine
|
||||
|
||||
RUN apk add hugo git
|
||||
RUN apk add git
|
||||
|
||||
RUN apk add --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community --no-cache hugo
|
||||
|
||||
RUN mkdir -p /opt/compute4change-news
|
||||
|
||||
|
|
Loading…
Reference in a new issue