Skip to content

Commit 848d6ee

Browse files
committed
Create ~/.ivy2 in worker image
1 parent 6725205 commit 848d6ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/Dockerfile.worker

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ RUN python -m compileall syncmaster
5252
# Also user does not own anything inside the image, including venv and source code.
5353
RUN useradd syncmaster
5454
USER syncmaster
55+
RUN mkdir ~/.ivy2 && chmod +x ~/.ivy2
5556

5657

5758
FROM builder AS test

0 commit comments

Comments
 (0)