Closed Kagu-chan closed 2 years ago
This has to do with the entry firebird added to /etc/services
You'll need to add the relevant dpkg options, something like do apt-get install -y -o Dpkg::Options::=--force-confdef -o Dpkg::Options::=--force-confnew curl git
will get git and curl installed, you won't have the relevant service entries netbase wanted to install though, if this becomes an issue the file netbase wanted to install is available in /etc/services.dpkg-dist you could just append that file on to the end of /etc/services and have a working combined file.
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 14 days.
If i use the master (v3.0) Dockerfile to extend from, i cannot install git.
Installation fails with last attempt to install or configure
netbase
.Seems unrelated to the debian package used, as the following works
git is required for some npm installations in our project