Move chunk/master data structures into libs
diff --git a/Dockerfile b/Dockerfile
index 698a47b..40668eb 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -15,8 +15,6 @@
 ENV GOBIN=$GOPATH/bin
 ENV PATH=$GOBIN:$GOROOT/bin:$PATH
 
-RUN go version
-
 RUN go get -u google.golang.org/grpc
 
 WORKDIR /src/protoc
@@ -27,5 +25,6 @@
 
 RUN go get -u github.com/golang/protobuf/protoc-gen-go
 RUN go get -u google.golang.org/protobuf/encoding/prototext
+RUN go get -u github.com/google/uuid
 
 WORKDIR /src/go/src/pcloud