Fix docker-sonic-mgmt-framework for armhf
Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
This commit is contained in:
parent
318f3945be
commit
730faa152a
@ -8,8 +8,10 @@ ENV DEBIAN_FRONTEND=noninteractive
|
|||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get install -y g++ python3-dev libxml2 libcurl3-gnutls libcjson-dev
|
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 \
|
RUN pip3 install connexion==2.7.0 \
|
||||||
setuptools==21.0.0 \
|
setuptools==21.0.0 \
|
||||||
|
grpcio==1.58.0 \
|
||||||
grpcio-tools==1.20.0 \
|
grpcio-tools==1.20.0 \
|
||||||
certifi==2017.4.17 \
|
certifi==2017.4.17 \
|
||||||
python-dateutil==2.6.0 \
|
python-dateutil==2.6.0 \
|
||||||
|
Loading…
Reference in New Issue
Block a user