From ba1f3c57c606ecf970ad0f8c111933cd67fee92a Mon Sep 17 00:00:00 2001 From: Shagen Ogandzhanian Date: Mon, 5 Apr 2021 21:19:15 +0200 Subject: [PATCH] Update symlinks in compose-web/Dockerfile --- ci/docker/compose-web/Dockerfile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/ci/docker/compose-web/Dockerfile b/ci/docker/compose-web/Dockerfile index 4c63c15d5d3..1ff67bcf5e7 100644 --- a/ci/docker/compose-web/Dockerfile +++ b/ci/docker/compose-web/Dockerfile @@ -25,6 +25,8 @@ WORKDIR androidx-main RUN ~/bin/repo init -u https://android.googlesource.com/platform/manifest \ -b androidx-main --partial-clone --clone-filter=blob:limit=10M RUN ~/bin/repo sync -c --no-tags --no-clone-bundle -j4 -RUN ln -sf /androidx-main/tools/ /mnt/tools -RUN ln -sf /androidx-main/prebuilts/ /mnt/prebuilts -RUN ln -sf /androidx-main/external /mnt/external + +RUN mkdir -p /mnt/agent +RUN ln -sf /androidx-main/tools/ /mnt/agent/tools +RUN ln -sf /androidx-main/prebuilts/ /mnt/agent/prebuilts +RUN ln -sf /androidx-main/external /mnt/agent/external