mirror of
https://github.com/distribution/distribution.git
synced 2025-09-08 10:20:08 +00:00
Merge pull request #860 from BrianBland/next-generation
Fixes Dockerfile "go get" command
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user