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 848d6ee commit a9068e8Copy full SHA for a9068e8
docker/Dockerfile.worker
@@ -52,7 +52,7 @@ RUN python -m compileall syncmaster
52
# Also user does not own anything inside the image, including venv and source code.
53
RUN useradd syncmaster
54
USER syncmaster
55
-RUN mkdir ~/.ivy2 && chmod +x ~/.ivy2
+RUN mkdir -p ~/.ivy2 && chmod +x ~/.ivy2
56
57
58
FROM builder AS test
0 commit comments