[docker-sonic-mgmt]: fix installation permission issue

This commit is contained in:
Guohan Lu 2020-01-12 21:53:52 +00:00 committed by rlhui
parent 3eac616dc4
commit c9e012d327

View File

@ -105,6 +105,8 @@ debs/{{ deb }}{{' '}}
RUN pip install ansible==2.8.7
RUN pip install pysubnettree
RUN mkdir /var/run/sshd
EXPOSE 22
@ -143,6 +145,4 @@ RUN azure-cli_bundle_*/installer
# TODO: if azure-cli contains newer version azure-keyvault, remove this
RUN ~/lib/azure-cli/bin/python -m pip install azure-keyvault==0.3.7 -U
RUN pip install pysubnettree
RUN git clone https://github.com/Azure/sonic-mgmt