From 2bf4dc62da1ce2a781ec66804057c91bf7fc8c20 Mon Sep 17 00:00:00 2001 From: ngosang Date: Sat, 16 Apr 2022 20:47:31 +0200 Subject: [PATCH] Update README.md (libseccomp2 package in Debian) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a95f060..77b6e71 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,10 @@ docker run -d \ ghcr.io/flaresolverr/flaresolverr:latest ``` +If your host OS is Debian, make sure `libseccomp2` version is 2.5.x. You can check the version with `sudo apt-cache policy libseccomp2` +and update the package with `sudo apt install libseccomp2=2.5.1-1~bpo10+1` or `sudo apt install libseccomp2=2.5.1-1+deb11u1`. +Remember to restart the Docker daemon and the container after the update. + ### Precompiled binaries This is the recommended way for Windows users.