Skip to content

Commit f48ba0e

Browse files
authored
[vs]: install py2_ipaddress correctly (#1151)
1 parent 50b4868 commit f48ba0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

platform/vs/docker-sonic-vs/Dockerfile.j2

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ RUN apt-get install -y net-tools \
2828
iproute \
2929
libpython2.7
3030

31-
RUN pip install setuptools \
32-
py2_ipaddress
31+
RUN pip install setuptools
32+
RUN pip install py2_ipaddress
3333

3434
COPY \
3535
{% for deb in docker_sonic_vs_debs.split(' ') -%}

0 commit comments

Comments
 (0)