Merge pull request #3146 from andriisoldatenko/get-rid-apache2-utils
Remove apache2-utils from Dockerfilemaster
						commit
						a18ebf9f78
					
				|  | @ -21,7 +21,7 @@ RUN CGO_ENABLED=0 make PREFIX=/go clean binaries && file ./bin/registry | grep " | |||
| FROM alpine:3.11 | ||||
| 
 | ||||
| RUN set -ex \ | ||||
|     && apk add --no-cache ca-certificates apache2-utils | ||||
|     && apk add --no-cache ca-certificates | ||||
| 
 | ||||
| COPY cmd/registry/config-dev.yml /etc/docker/registry/config.yml | ||||
| COPY --from=build /go/src/github.com/docker/distribution/bin/registry /bin/registry | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue