You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The base build was throwing some error and recommended implementing --fix-missing. I will try to run the build again to confirm if it is definitely for missing package or just internet connection issue.
Ah, from memory, that can happen if your package list is out-of-date (i.e. apt-get update hasn't run or it's using a very old cache). This is part of the reason the base builds have version numbers to trigger full rebuilds - so that the apt-get update is forced to run.
In the base Dockerfiles we are using apt-get -y update. Should we modify it to include --fix-missing?
The text was updated successfully, but these errors were encountered: