diff --git a/Dockerfile b/Dockerfile index 3e6dc5e..87febdf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,4 +31,6 @@ RUN apt install -yq libssl-dev \ sudo \ && apt-get clean +RUN python3 -m pip install --break-system-packages --no-cache-dir curl_cffi + USER 1000