Skip to content

Commit

Permalink
add build dep for sai meta build and python3.5 (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
lguohan authored Dec 7, 2016
1 parent 7c9bffb commit b31956d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion sonic-slave/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN apt-get update && apt-get install -y libreadline-dev texlive-latex-base texl
RUN apt-get install -y cdbs

# For SAI meta build
RUN apt-get update && apt-get install -y libxml-simple-perl
RUN apt-get update && apt-get install -y libxml-simple-perl graphviz

# For linux build
RUN apt-get update && apt-get install -y bc fakeroot build-essential devscripts quilt stgit
Expand Down Expand Up @@ -64,6 +64,9 @@ RUN apt-get update && apt-get install -y libjemalloc-dev
# For mft kernel module build
RUN apt-get update && apt-get install -y dkms

# For python3.5 build
RUN apt-get update && apt-get install -y sharutils libncursesw5-dev libbz2-dev liblzma-dev libgdbm-dev tk-dev blt-dev libmpdec-dev libbluetooth-dev locales libsqlite3-dev libgpm2 time net-tools xvfb python-sphinx python3-sphinx

RUN mkdir /var/run/sshd
EXPOSE 22

Expand Down

0 comments on commit b31956d

Please sign in to comment.