We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 458b4ae commit 662663bCopy full SHA for 662663b
platform/vs/docker-sonic-vs.mk
@@ -7,7 +7,10 @@ $(DOCKER_SONIC_VS)_DEPENDS += $(SWSS) \
7
$(PYTHON_SWSSCOMMON) \
8
$(LIBTEAMDCTL) \
9
$(LIBTEAM_UTILS) \
10
- $(SONIC_DEVICE_DATA)
+ $(SONIC_DEVICE_DATA) \
11
+ $(LIBYANG) \
12
+ $(LIBYANG_CPP) \
13
+ $(LIBYANG_PY2)
14
15
$(DOCKER_SONIC_VS)_PYTHON_DEBS += $(SONIC_UTILS)
16
platform/vs/docker-sonic-vs/Dockerfile.j2
@@ -60,6 +60,8 @@ RUN pip install crontab
60
# Install dependencies for Dynamic Port Breakout
61
RUN pip install xmltodict==0.12.0
62
RUN pip install jsondiff==1.2.0
63
+RUN pip install click==7.0.0
64
+RUN pip install ijson
65
66
{% if docker_sonic_vs_debs.strip() -%}
67
# Copy locally-built Debian package dependencies
0 commit comments