We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4af91a3 commit 521a9fcCopy full SHA for 521a9fc
.github/workflows/build-push.yml
@@ -94,7 +94,7 @@ jobs:
94
sed -i 's@FROM python@FROM ghcr.io/loong64/python@g' Dockerfile
95
96
if [ "${{ matrix.context }}" = "api" ]; then
97
- sed -i -E 's/(=[0-9.:+~A-Za-z-]+)//g' Dockerfile
+ sed -i -E 's/((libldap-2.5-0|libsqlite3-0|zlib1g))=([0-9.:+~A-Za-z-]+)/\1/g' Dockerfile
98
sed -i 's@libldap-2.5-0@libldap2@g' Dockerfile
99
sed -i 's@pip install@pip install -i https://gitlab.com/api/v4/projects/65746188/packages/pypi/simple@g' Dockerfile
100
git diff
0 commit comments