Skip to content

Commit

Permalink
fix clean-registry
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <[email protected]>
  • Loading branch information
jessfraz committed Mar 12, 2018
1 parent d955cf5 commit 6e286e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clean-registry/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 6e286e5

Please sign in to comment.