mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
fix clean-registry
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
parent
d955cf5a85
commit
6e286e5526
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue
Block a user