Skip to content

Commit 521a9fc

Browse files
fix: 修正构建
1 parent 4af91a3 commit 521a9fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
sed -i 's@FROM python@FROM ghcr.io/loong64/python@g' Dockerfile
9595
9696
if [ "${{ matrix.context }}" = "api" ]; then
97-
sed -i -E 's/(=[0-9.:+~A-Za-z-]+)//g' Dockerfile
97+
sed -i -E 's/((libldap-2.5-0|libsqlite3-0|zlib1g))=([0-9.:+~A-Za-z-]+)/\1/g' Dockerfile
9898
sed -i 's@libldap-2.5-0@libldap2@g' Dockerfile
9999
sed -i 's@pip install@pip install -i https://gitlab.com/api/v4/projects/65746188/packages/pypi/simple@g' Dockerfile
100100
git diff

0 commit comments

Comments
 (0)