I am using redis instead of memcached to run seafile in docker but docker container is missing redis python library.
Now when starting container I need to connect to container and run:
python3 -m pip install redis
command to install library and the everything works. Is it possible to add this library in docker container?
I am using redis instead of memcached to run seafile in docker but docker container is missing redis python library. Now when starting container I need to connect to container and run:
python3 -m pip install redis
command to install library and the everything works. Is it possible to add this library in docker container?