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
I tried to use this on i686 alpine linux and ended up in a situation where /dev/null didn't exist. The install script for gnupg includes dirmngr </dev/null &>/dev/null, which causes a hilarious infinite loop with it trying to interpret its own logs and error messages as input.
The text was updated successfully, but these errors were encountered:
I tried to use this on i686 alpine linux and ended up in a situation where /dev/null didn't exist. The install script for gnupg includes
dirmngr </dev/null &>/dev/null
, which causes a hilarious infinite loop with it trying to interpret its own logs and error messages as input.The text was updated successfully, but these errors were encountered: