diff --git a/images/remote-index/generate.sh b/images/remote-index/generate.sh index 3a42d3a..2ac7f47 100644 --- a/images/remote-index/generate.sh +++ b/images/remote-index/generate.sh @@ -6,7 +6,7 @@ if [[ -z "${INDEX_VERSION}" ]]; then fi cp /storage/images/android/x64/$INDEX_VERSION/bromite.idx . -cp /storage/images/android/x64/$INDEX_VERSION/RELEASE +cp /storage/images/android/x64/$INDEX_VERSION/RELEASE . DOCKER_BUILDKIT=1 docker build -t uazo/bromite-remote-index:$INDEX_VERSION \ --progress plain \