Skip to content

Commit ba1f3c5

Browse files
committed
Update symlinks in compose-web/Dockerfile
1 parent 6ee7147 commit ba1f3c5

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

ci/docker/compose-web/Dockerfile

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ WORKDIR androidx-main
2525
RUN ~/bin/repo init -u https://android.googlesource.com/platform/manifest \
2626
-b androidx-main --partial-clone --clone-filter=blob:limit=10M
2727
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
28+
29+
RUN mkdir -p /mnt/agent
30+
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

Comments
 (0)