Fixes Dockerfile "go get" command
Now pulls down all dependencies for registry sub-packages
This commit is contained in:
parent
b3b5b48b88
commit
454d4e918a
@ -3,7 +3,7 @@ FROM golang
|
||||
COPY . /go/src/github.com/docker/docker-registry
|
||||
|
||||
# Fetch any dependencies to run the registry
|
||||
RUN go get github.com/docker/docker-registry
|
||||
RUN go get github.com/docker/docker-registry/...
|
||||
RUN go install github.com/docker/docker-registry/cmd/registry
|
||||
|
||||
ENV CONFIG_PATH /etc/docker/registry/config.yml
|
||||
|
Loading…
Reference in New Issue
Block a user