Skip to content

Commit

Permalink
Add libjemalloc-dev package for redis build (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
lguohan authored and Shuotian Cheng committed Oct 2, 2016
1 parent ededa13 commit 644afe5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sonic-slave/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ RUN apt-get update && apt-get install -y libpcap-dev dnsutils libusb-dev
RUN apt-get update && apt-get install -y libyaml-dev libevent-dev libjudy-dev libedit-dev libpcap-dev libnanomsg-dev
RUN apt-get update && apt-get install -y python-stdeb

# For redis build
RUN apt-get update && apt-get install -y libjemalloc-dev

RUN useradd -d /var/build -m -s /bin/bash build
COPY sonic-jenkins-id_rsa.pub /var/build/.ssh/authorized_keys2
RUN chown build.build ~build/.ssh -R
Expand Down

0 comments on commit 644afe5

Please sign in to comment.