Manual install of Hugo

lektura
Jonas Oberg 2017-06-13 10:44:10 +02:00
parent f9db1e2798
commit 3f76697ccf
1 changed files with 3 additions and 1 deletions

View File

@ -2,7 +2,9 @@ FROM php:7.0-apache
RUN mkdir /usr/share/blog
RUN apt-get update && apt-get upgrade -y && \
apt-get install -y hugo
apt-get install -y golang-go
RUN go get github.com/kardianos/govendor
RUN govendor get github.com/spf13/hugo
COPY site/ /usr/share/blog
RUN /usr/share/blog/build/build.sh