Skip to content

Commit

Permalink
[sonic-slave-buster] Install Python 3 dependencies in container (#5863)
Browse files Browse the repository at this point in the history
Install Python 3 dependencies in sonic-slave-buster container
  • Loading branch information
jleveque committed Nov 10, 2020
1 parent b5121dc commit fafb22b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sonic-slave-buster/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ RUN apt-get update && apt-get install -y \
libtinyxml2-dev \
python \
python-pip \
python3 \
python3-pip \
libncurses5-dev \
texinfo \
Expand Down Expand Up @@ -386,9 +387,11 @@ RUN apt-get install python-meld3

# For vs image build
RUN pip2 install pexpect==4.6.0
RUN pip3 install pexpect==4.8.0

# For sonic-swss-common testing
RUN pip2 install Pympler==0.8
RUN pip3 install Pympler==0.8

# For sonic_yang_model build
RUN pip2 install pyang==2.1.1
Expand Down

0 comments on commit fafb22b

Please sign in to comment.