From 12735abc51a4c0b7457b5ca8172e57683587926b Mon Sep 17 00:00:00 2001 From: Wataru Ishida <5915117+ishidawataru@users.noreply.github.com> Date: Wed, 23 Jan 2019 18:46:15 -0800 Subject: [PATCH] [build]: add fastentrypoints which is used for sonic-utilities build (#2479) https://github.com/Azure/sonic-utilities/issues/438 Signed-off-by: Wataru Ishida --- sonic-slave/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonic-slave/Dockerfile b/sonic-slave/Dockerfile index 291a2fefb7..dc37d7947a 100644 --- a/sonic-slave/Dockerfile +++ b/sonic-slave/Dockerfile @@ -265,7 +265,7 @@ RUN pip install --force-reinstall --upgrade jinja2>=2.10 RUN pip install j2cli # 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 RUN pip install meld3 mock