[docker-sonic-mgmt]: fix installation permission issue
This commit is contained in:
parent
3eac616dc4
commit
c9e012d327
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user