From 984150a9a559c6f919162b9ab83849429ee205b6 Mon Sep 17 00:00:00 2001 From: Guohan Lu Date: Thu, 21 May 2020 03:33:50 +0000 Subject: [PATCH] [sonic-slave-buster]: add xsltproc for mgmt-framework build Signed-off-by: Guohan Lu --- sonic-slave-buster/Dockerfile.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/sonic-slave-buster/Dockerfile.j2 b/sonic-slave-buster/Dockerfile.j2 index dcd0f9ea54..cdf2476ca5 100644 --- a/sonic-slave-buster/Dockerfile.j2 +++ b/sonic-slave-buster/Dockerfile.j2 @@ -377,6 +377,7 @@ RUN pip install pyang==2.1.1 # For mgmt-framework build RUN pip install mmh3 +RUN apt-get install -y xsltproc # Install dependencies for isc-dhcp-relay build RUN apt-get -y build-dep isc-dhcp