Skip to content

Commit

Permalink
[docker-sonic-mgmt]: fix installation permission issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lguohan committed Jan 12, 2020
1 parent b7e48b4 commit 952dfb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dockers/docker-sonic-mgmt/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ debs/{{ deb }}{{' '}}

RUN pip install ansible==2.8.7

RUN pip install pysubnettree

RUN mkdir /var/run/sshd
EXPOSE 22

Expand Down Expand Up @@ -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

0 comments on commit 952dfb1

Please sign in to comment.