Paolo-Fraccaro
commited on
Commit
•
dd8119d
1
Parent(s):
83ebab0
fix?
Browse files- Dockerfile +3 -3
Dockerfile
CHANGED
@@ -21,9 +21,9 @@ RUN chmod 777 /code/Miniconda3-latest-Linux-x86_64.sh
|
|
21 |
RUN /code/Miniconda3-latest-Linux-x86_64.sh -b -p /code/miniconda
|
22 |
ENV PATH="/code/miniconda/bin:${PATH}"
|
23 |
|
24 |
-
RUN groupadd miniconda
|
25 |
-
|
26 |
-
|
27 |
|
28 |
|
29 |
# Set up a new user named "user" with user ID 1000
|
|
|
21 |
RUN /code/Miniconda3-latest-Linux-x86_64.sh -b -p /code/miniconda
|
22 |
ENV PATH="/code/miniconda/bin:${PATH}"
|
23 |
|
24 |
+
RUN groupadd miniconda
|
25 |
+
RUN chgrp -R miniconda /code/miniconda/
|
26 |
+
RUN chmod 770 -R /code/miniconda/
|
27 |
|
28 |
|
29 |
# Set up a new user named "user" with user ID 1000
|