I am getting the following error when running borg within the container. Correspondingly, borgmatic breaks with a non-zero exit status 2. Anybody else seeing this?
/ # borg
Traceback (most recent call last):
File "/usr/local/lib/python3.10/site-packages/borg/archiver.py", line 38, in <module>
from . import helpers
File "/usr/local/lib/python3.10/site-packages/borg/helpers/__init__.py", line 9, in <module>
from .checks import * # NOQA
File "/usr/local/lib/python3.10/site-packages/borg/helpers/checks.py", line 4, in <module>
from .errors import Error
File "/usr/local/lib/python3.10/site-packages/borg/helpers/errors.py", line 3, in <module>
import borg.crypto.low_level
ImportError: Error loading shared library libcrypto.so.1.1: No such file or directory (needed by /usr/local/lib/python3.10/site-packages/borg/crypto/low_level.cpython-310-x86_64-linux-gnu.so)