[build]: add fastentrypoints which is used for sonic-utilities build (#2479)

https://github.com/Azure/sonic-utilities/issues/438

Signed-off-by: Wataru Ishida <ishida@nel-america.com>
This commit is contained in:
Wataru Ishida 2019-01-23 18:46:15 -08:00 committed by lguohan
parent 4e905e8c0a
commit 12735abc51

View File

@ -265,7 +265,7 @@ RUN pip install --force-reinstall --upgrade jinja2>=2.10
RUN pip install j2cli RUN pip install j2cli
# For sonic utilities testing # For sonic utilities testing
RUN pip install click-default-group click natsort tabulate netifaces==0.10.7 RUN pip install click-default-group click natsort tabulate netifaces==0.10.7 fastentrypoints
# For supervisor build # For supervisor build
RUN pip install meld3 mock RUN pip install meld3 mock