We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c2423e commit 3dfde0dCopy full SHA for 3dfde0d
dockers/docker-sonic-mgmt-framework/Dockerfile.j2
@@ -37,7 +37,7 @@ RUN apt-get clean -y; apt-get autoclean -y; apt-get autoremove -y
37
RUN rm -rf /debs
38
39
## TODO: symbolic links will be removed when AAA improvements get merged
40
-RUN ln -sf /host_etc/passwd /etc/passwd
41
-RUN ln -sf /host_etc/group /etc/group
+# RUN ln -sf /host_etc/passwd /etc/passwd
+# RUN ln -sf /host_etc/group /etc/group
42
43
ENTRYPOINT ["/usr/local/bin/supervisord"]
0 commit comments