diff --git a/docker/apk-builder b/docker/apk-builder index 33ca993..95cb693 100644 --- a/docker/apk-builder +++ b/docker/apk-builder @@ -88,6 +88,7 @@ fi if [ -n "$REPOSITORY_LIST" ]; then echo "$REPOSITORY_LIST" | tr ';' '\n' > /etc/apk/repositories; + apk update log success "Репозитории успешно обновлены! 📦" fi