You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RUN apt-get -y install golang
RUN mkdir /go
RUN export GOPATH=/go && export PATH=/go/bin:$PATH
RUN go get github.com/gwoo/goforever
ADD mesos-slave.tml /mesos-slave.tml