Skip to content

Commit

Permalink
Fix docker-sonic-mgmt-framework for armhf
Browse files Browse the repository at this point in the history
Signed-off-by: Saikrishna Arcot <[email protected]>
  • Loading branch information
saiarcot895 committed Nov 21, 2023
1 parent 77ad488 commit 84b6cf4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dockers/docker-sonic-mgmt-framework/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && \
apt-get install -y g++ python3-dev libxml2 libcurl3-gnutls libcjson-dev

# Limited to grpcio 1.58.0 due to armhf
RUN pip3 install connexion==2.7.0 \
setuptools==21.0.0 \
grpcio==1.58.0 \
grpcio-tools==1.20.0 \
certifi==2017.4.17 \
python-dateutil==2.6.0 \
Expand Down

0 comments on commit 84b6cf4

Please sign in to comment.