-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
Description
Bug:
Does not build on Windows
What happened:
Did not build on Windows
What you expected to happen:
For it to build on Windows
How to reproduce it:
Try to build it on Windows
Why this happens
Glide is using a version of Docker that has ":"'s in the path which isn't a viable character for the windows filesystem. We need to use a newer version of the docker dependency which creates paths that work in Windows.