Skip to content

Commit

Permalink
Build Fix
Browse files Browse the repository at this point in the history
Signed-off-by: Sangita Maity <samaity@linkedin.com>
  • Loading branch information
Sangita Maity committed Apr 24, 2021
1 parent b813736 commit afcfb10
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sonic-slave-stretch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,10 @@ RUN pip install pyangbind==0.5.10
# For supervisor build
RUN pip install meld3 mock

# For swsssdk build
RUN pip2 install redis==2.10.6
RUN pip3 install redis==2.10.6

# Install dependencies for isc-dhcp-relay build
RUN apt-get -y build-dep isc-dhcp

Expand Down
4 changes: 4 additions & 0 deletions sonic-slave/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,10 @@ RUN pip install setuptools==40.8.0
# For sonic-swss-common testing
RUN pip install Pympler==0.8

# For swsssdk build
RUN pip2 install redis==2.10.6
RUN pip3 install redis==2.10.6

# Install dependencies for isc-dhcp-relay build
RUN apt-get -y build-dep isc-dhcp

Expand Down

0 comments on commit afcfb10

Please sign in to comment.