Skip to content

Commit 4b6a6bc

Browse files
committed
docker: expand path to download directory if it's a symlink
1 parent 148ba6f commit 4b6a6bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile.docker

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ endif
1919

2020
CONTAINER_RUN_OPTS := \
2121
-v $(WORKSPACE_DIR):/home/$(USERNAME) \
22+
-v $(shell readlink -f dl):/home/$(USERNAME)/dl \
2223
-w /home/$(USERNAME) \
2324
-e TERM=xterm-256color
2425

0 commit comments

Comments
 (0)