Skip to content

Commit 7eb188c

Browse files
committed
fix(ci): Fix build
1 parent 5de9af0 commit 7eb188c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backend/magic-service/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ RUN mkdir -p /etc/php/conf.d && \
2020
echo "max_execution_time = 0" > /etc/php/conf.d/max-execution-time.ini
2121

2222
# install dependencies
23+
ARG APK_MIRROR=mirrors.aliyun.com
2324
RUN --mount=type=cache,id=alpine-apk-3.23-${TARGETARCH},target=/var/cache/apk \
2425
# setup apk mirror
2526
sed -i.bak "s/dl-cdn.alpinelinux.org/${APK_MIRROR}/g" /etc/apk/repositories && \

0 commit comments

Comments
 (0)