1
0
mirror of https://github.com/jessfraz/dockerfiles.git synced 2025-04-11 06:32:46 +02:00

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

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