Skip to content

Commit a9068e8

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile.worker

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +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
55+
RUN mkdir -p ~/.ivy2 && chmod +x ~/.ivy2
5656

5757

5858
FROM builder AS test

0 commit comments

Comments
 (0)