fail2ban PKG-INFO permissions block python apps.
ALPINE VERSION 3.10 APKS docker-compose, fail2ban as normal user run a python app and fail with next error.
PermissionError: [Errno 13] Permission denied: '/usr/lib/python3.7/site-packages/fail2ban-0.10.4-py3.7.egg-info/PKG-INFO'
and
ls -l '/usr/lib/python3.7/site-packages/fail2ban-0.10.4-py3.7.egg-info/PKG-INFO'
-rw------- 1 root root 525 May 6 2019 /usr/lib/python3.7/site-packages/fail2ban-0.10.4-py3.7.egg-info/PKG-INFO
i change the permissions to a+r and work fine.