github.com/johnnyeven/libtools@v0.0.0-20191126065708-61829c1adf46/onbuild-tensorflow.Dockerfile (about) 1 FROM registry.profzone.net:5000/profzone/golang:tensorflow 2 3 RUN apt-get install -y curl wget unzip \ 4 && go get -u github.com/kardianos/govendor 5 6 COPY ./libtools /go/src/github.com/johnnyeven/libtools 7 RUN cd /go/src/github.com/johnnyeven/libtools && go install 8 9 COPY ./profzone /go/src/github.com/johnnyeven/profzone 10 RUN cd /go/src/github.com/johnnyeven/profzone && go install