mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-13 20:05:35 +08:00
Fix mirror site not working
This commit is contained in:
@@ -26,7 +26,6 @@ RUN if [ "${USE_BACKUP}" = "yes" ]; then \
|
|||||||
sed -i 's/dl-cdn.alpinelinux.org/'${LINK_APK_REPO}'/g' /etc/apk/repositories ; \
|
sed -i 's/dl-cdn.alpinelinux.org/'${LINK_APK_REPO}'/g' /etc/apk/repositories ; \
|
||||||
else \
|
else \
|
||||||
echo "Using original address..." && sleep 3s; \
|
echo "Using original address..." && sleep 3s; \
|
||||||
sed -i 's/dl-cdn.alpinelinux.org/'${LINK_APK_REPO_BAK}'/g' /etc/apk/repositories ; \
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user