mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-04 23:35:40 +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 ; \
|
||||
else \
|
||||
echo "Using original address..." && sleep 3s; \
|
||||
sed -i 's/dl-cdn.alpinelinux.org/'${LINK_APK_REPO_BAK}'/g' /etc/apk/repositories ; \
|
||||
fi
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user