fdd8236864
Fixes #9376
Because /etc/passwd and /etc/group have been overwritten with symlinks
to /host_etc/passwd and /host_etc/group, the debug container build
fails. This is because the debug container is built without /etc being
mounted at /host_etc in the container (which does happen at runtime).
Because of that, /etc/passwd and /etc/group don't exist, which causes
some package installation errors when openssh-client tries to create a
group.
This is a partial revert of
|
||
---|---|---|
.. | ||
base_image_files | ||
Dockerfile.j2 | ||
mgmt_vars.j2 | ||
rest-server.sh | ||
start.sh | ||
supervisord.conf |