We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5de9af0 commit 7eb188cCopy full SHA for 7eb188c
backend/magic-service/Dockerfile
@@ -20,6 +20,7 @@ RUN mkdir -p /etc/php/conf.d && \
20
echo "max_execution_time = 0" > /etc/php/conf.d/max-execution-time.ini
21
22
# install dependencies
23
+ARG APK_MIRROR=mirrors.aliyun.com
24
RUN --mount=type=cache,id=alpine-apk-3.23-${TARGETARCH},target=/var/cache/apk \
25
# setup apk mirror
26
sed -i.bak "s/dl-cdn.alpinelinux.org/${APK_MIRROR}/g" /etc/apk/repositories && \
0 commit comments