Builds seafile-client for Ubuntu 24.04 via docker.
Steps:
- Clone this repository into a folder.
- Within that folder run
docker build --tag build-seafile-client .
. - Then run
mkdir data
anddocker run -v ./data:/data build-seafile-client
. - The resulting .deb packages will be in data/.
- To install them on your system run
cd data && sudo dpkg -i *.deb
and thensudo apt --fix-broken install
.