Arts-of-coding
commited on
Commit
•
99b244e
1
Parent(s):
3c4c59b
Update Dockerfile
Browse files- Dockerfile +3 -0
Dockerfile
CHANGED
@@ -58,6 +58,9 @@ ENV HOME=/home/user \
|
|
58 |
USER root
|
59 |
RUN mkdir /azure
|
60 |
|
|
|
|
|
|
|
61 |
USER root
|
62 |
RUN '/mount-blobfuse.sh'
|
63 |
|
|
|
58 |
USER root
|
59 |
RUN mkdir /azure
|
60 |
|
61 |
+
USER root
|
62 |
+
RUN chmod +x ./mount-blobfuse.sh
|
63 |
+
|
64 |
USER root
|
65 |
RUN '/mount-blobfuse.sh'
|
66 |
|