fix clean-registry

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2018-03-11 20:14:22 -04:00
parent d955cf5a85
commit 6e286e5526
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3

View File

@ -38,7 +38,7 @@ RUN set -x \
gcc \
libc-dev \
libgcc \
&& go get github.com/jessfraz/reg \
&& go get github.com/genuinetools/reg \
&& mv ${GOPATH}/bin/reg /usr/bin/reg \
&& apk del .build-deps \
&& rm -rf /go \