Skip to content

Docker: fix Weboob updates;

Benjamin Bouvier requested to merge fix-docker into master

git pull --depth 1 retrieves only the latest commit, causing merge issues when restarting the instance after more than 1 commit have been pushed. Use git pull instead.

@nicofrand, I've pushed the image on the docker hub. Can you pull again and let me know if it works now? Also, feel free to have a look at the code; otherwise I'll probably merge soon.

Merge request reports