We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ee7147 commit ba1f3c5Copy full SHA for ba1f3c5
ci/docker/compose-web/Dockerfile
@@ -25,6 +25,8 @@ WORKDIR androidx-main
25
RUN ~/bin/repo init -u https://android.googlesource.com/platform/manifest \
26
-b androidx-main --partial-clone --clone-filter=blob:limit=10M
27
RUN ~/bin/repo sync -c --no-tags --no-clone-bundle -j4
28
-RUN ln -sf /androidx-main/tools/ /mnt/tools
29
-RUN ln -sf /androidx-main/prebuilts/ /mnt/prebuilts
30
-RUN ln -sf /androidx-main/external /mnt/external
+
+RUN mkdir -p /mnt/agent
+RUN ln -sf /androidx-main/tools/ /mnt/agent/tools
31
+RUN ln -sf /androidx-main/prebuilts/ /mnt/agent/prebuilts
32
+RUN ln -sf /androidx-main/external /mnt/agent/external
0 commit comments