Skip to content

Commit

Permalink
slave: add dependency for redis 6
Browse files Browse the repository at this point in the history
  • Loading branch information
qiluo-msft committed Jun 25, 2020
1 parent ed36063 commit e1376e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sonic-slave-buster/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ RUN apt-get update && apt-get install -y \
libnanomsg-dev \
python-stdeb \
# For redis build
tcl-tls \
libjemalloc-dev \
liblua5.1-0-dev \
lua-bitop-dev \
Expand Down Expand Up @@ -222,7 +223,7 @@ RUN apt-get update && apt-get install -y \
libsensors4-dev \
libwrap0-dev \
# For lldpd
debhelper \
debhelper=13~bpo10+1 \
autotools-dev \
libbsd-dev \
pkg-config \
Expand Down

0 comments on commit e1376e4

Please sign in to comment.