Skip to content

Commit

Permalink
[vs]: Add pip install six (#1978)
Browse files Browse the repository at this point in the history
sonic-utilities requires six

Signed-off-by: Shu0T1an ChenG <[email protected]>
  • Loading branch information
Shuotian Cheng authored and lguohan committed Aug 24, 2018
1 parent 27bdc00 commit ad5b14c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions platform/vs/docker-sonic-vs/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ RUN apt-get install -y net-tools \

RUN pip install setuptools
RUN pip install py2_ipaddress
RUN pip install six

{% if docker_sonic_vs_debs.strip() -%}
# Copy locally-built Debian package dependencies
Expand Down

0 comments on commit ad5b14c

Please sign in to comment.