This commit is contained in:
Simon
2026-03-17 00:24:29 +00:00
parent f8a09b0e97
commit 0c11959d94
6 changed files with 1396 additions and 1 deletions

View File

@@ -28,5 +28,6 @@ RUN apt install -yq libssl-dev \
sudo \
&& apt-get clean
USER 1000
RUN python3 -m pip install --break-system-packages --no-cache-dir curl_cffi
USER 1000