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
im getting this on my docker build when i run docker build -t ajenti . :
** initializing cache. This may take a while **
Error: No information about packages! (Maybe no deb entries?)
dpkg: error processing package apt-show-versions (--configure):
subprocess installed post-installation script returned error exit status 255
dpkg: dependency problems prevent configuration of ajenti:
ajenti depends on apt-show-versions; however:
Package apt-show-versions is not configured yet.
dpkg: error processing package ajenti (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
apt-show-versions
ajenti
E: Sub-process /usr/bin/dpkg returned an error code (1)
i tried installing apt-show-versions prior to ajenti , but same error of dpkg i get on it...
The text was updated successfully, but these errors were encountered:
im getting this on my docker build when i run
docker build -t ajenti .
:i tried installing
apt-show-versions
prior to ajenti , but same error of dpkg i get on it...The text was updated successfully, but these errors were encountered: