update dockerfile (#105) (#5749)

This commit is contained in:
Archer
2025-10-10 20:22:29 +08:00
committed by GitHub
parent aba0b4c824
commit 7dcff442fd

View File

@@ -14,7 +14,7 @@ RUN wget https://github.com/seccomp/libseccomp/releases/download/v2.5.5/libsecco
make install && \ make install && \
pip install --no-cache-dir -i https://mirrors.aliyun.com/pypi/simple Cython && \ pip install --no-cache-dir -i https://mirrors.aliyun.com/pypi/simple Cython && \
pip install --no-cache-dir -i https://mirrors.aliyun.com/pypi/simple -r /app/requirements.txt && \ pip install --no-cache-dir -i https://mirrors.aliyun.com/pypi/simple -r /app/requirements.txt && \
cd src/python && \ cd /app/libseccomp-2.5.5/src/python && \
python setup.py install python setup.py install