Setting GOPATH

lektura
Jonas Oberg 2017-06-13 10:52:59 +02:00
parent 3f76697ccf
commit e23858089a
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,8 @@
FROM php:7.0-apache
ENV GOPATH /srv/go
RUN mkdir /srv/go
RUN mkdir /usr/share/blog
RUN apt-get update && apt-get upgrade -y && \
apt-get install -y golang-go