We must also add Git :-)

lektura
Jonas Oberg 2017-06-13 10:55:23 +02:00
parent e23858089a
commit a90abf42b1
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ RUN mkdir /srv/go
RUN mkdir /usr/share/blog
RUN apt-get update && apt-get upgrade -y && \
apt-get install -y golang-go
apt-get install -y golang-go git
RUN go get github.com/kardianos/govendor
RUN govendor get github.com/spf13/hugo