Skip to content

Commit 3dfde0d

Browse files
[mgmt-framework] Fix docker image build failure for docker-sonic-mgmt-framework-dbg
1 parent 5c2423e commit 3dfde0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dockers/docker-sonic-mgmt-framework/Dockerfile.j2

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ RUN apt-get clean -y; apt-get autoclean -y; apt-get autoremove -y
3737
RUN rm -rf /debs
3838

3939
## 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
40+
# RUN ln -sf /host_etc/passwd /etc/passwd
41+
# RUN ln -sf /host_etc/group /etc/group
4242

4343
ENTRYPOINT ["/usr/local/bin/supervisord"]

0 commit comments

Comments
 (0)