Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove cid file before invoking docker build
Docker will refuse to overwrite the file if it already exists. This breaks the build if make figures out that the containers need to be recreated. Example error message: > container ID file found, make sure the other container isn't running or delete .container.runc Fixes: fb62d41 ("Use Docker iid files consequently in builds") Signed-off-by: Tom Wieczorek <[email protected]>
- Loading branch information