Skip to content

Commit

Permalink
Install python3-pip for building py3 wheels (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
qiluo-msft authored and lguohan committed Nov 28, 2016
1 parent 6a76239 commit de3ccdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sonic-slave/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN echo "deb-src http://debian-archive.trafficmanager.net/debian-security/ jess

RUN apt-get clean && apt-get update && apt-get install -y apt-utils default-jre-headless openssh-server curl wget unzip git build-essential libtool lintian

RUN apt-get update && apt-get install -y sudo dh-make dh-exec kmod libtinyxml2-2 libboost-program-options1.55-dev libtinyxml2-dev python python-pip libncurses5-dev texinfo dh-autoreconf
RUN apt-get update && apt-get install -y sudo dh-make dh-exec kmod libtinyxml2-2 libboost-program-options1.55-dev libtinyxml2-dev python python-pip python3-pip libncurses5-dev texinfo dh-autoreconf
RUN apt-get update && apt-get install -y doxygen devscripts git-buildpackage perl-modules libswitch-perl dh-systemd

# For quagga build
Expand Down

0 comments on commit de3ccdb

Please sign in to comment.