Closed arschles closed 8 years ago
also adds an ignore for the large and unnecessary ’docker/distribution’ dependency.
@krancour I was unable to produce a dependency failure with either of the two approaches:
glide install
rm -rf vendor ~/.glide/cache && glide install
make bootstrap
rm -rf vendor && make bootstrap
This is working for me now.
also adds an ignore for the large and unnecessary ’docker/distribution’ dependency.
@krancour I was unable to produce a dependency failure with either of the two approaches:
glide install
on the host:rm -rf vendor ~/.glide/cache && glide install
make bootstrap
:rm -rf vendor && make bootstrap