[vs]: install py2_ipaddress correctly (#1151)

This commit is contained in:
lguohan 2017-11-14 03:23:39 -08:00 committed by GitHub
parent 50b4868a99
commit f48ba0e872
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,8 +28,8 @@ RUN apt-get install -y net-tools \
iproute \ iproute \
libpython2.7 libpython2.7
RUN pip install setuptools \ RUN pip install setuptools
py2_ipaddress RUN pip install py2_ipaddress
COPY \ COPY \
{% for deb in docker_sonic_vs_debs.split(' ') -%} {% for deb in docker_sonic_vs_debs.split(' ') -%}