We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6725205 commit 848d6eeCopy full SHA for 848d6ee
1 file changed
docker/Dockerfile.worker
@@ -52,6 +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
56
57
58
FROM builder AS test
0 commit comments