File tree 5 files changed +10
-25
lines changed
5 files changed +10
-25
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,13 @@ RUN apt-get update && \
47
47
vim-tiny \
48
48
# Install dependencies of supervisor
49
49
python-pkg-resources \
50
- python-meld3
50
+ python-meld3 \
51
+ # dependencies of redis-tools
52
+ libatomic1 \
53
+ libjemalloc1 \
54
+ liblua5.1-0 \
55
+ lua-bitop \
56
+ lua-cjson
51
57
52
58
{% if CONFIGURED_ARCH == "armhf" %}
53
59
# ip and ifconfig utility missing in docker for armhf
Original file line number Diff line number Diff line change @@ -18,13 +18,6 @@ RUN apt-get update && \
18
18
iproute2 \
19
19
ndisc6 \
20
20
tcpdump \
21
- # Install redis-tools dependencies
22
- # TODO: implicitly install dependencies
23
- libatomic1 \
24
- libjemalloc1 \
25
- liblua5.1-0 \
26
- lua-bitop \
27
- lua-cjson \
28
21
libelf1 \
29
22
libmnl0 \
30
23
bridge-utils
Original file line number Diff line number Diff line change @@ -11,14 +11,7 @@ RUN apt-get update && \
11
11
apt-get install -f -y \
12
12
libdbus-1-3 \
13
13
libdaemon0 \
14
- libjansson4 \
15
- # Install redis-tools dependencies
16
- # TODO: implicitly install dependencies
17
- libatomic1 \
18
- libjemalloc1 \
19
- liblua5.1-0 \
20
- lua-bitop \
21
- lua-cjson
14
+ libjansson4
22
15
23
16
{% if docker_sonic_telemetry_debs .strip () -%}
24
17
# Copy locally-built Debian package dependencies
Original file line number Diff line number Diff line change @@ -12,14 +12,7 @@ RUN apt-get update && \
12
12
libdbus-1-3 \
13
13
libdaemon0 \
14
14
libjansson4 \
15
- libpython2.7 \
16
- # Install redis-tools dependencies
17
- # TODO: implicitly install dependencies
18
- libatomic1 \
19
- libjemalloc1 \
20
- liblua5.1-0 \
21
- lua-bitop \
22
- lua-cjson
15
+ libpython2.7
23
16
24
17
{% if docker_teamd_debs .strip () -%}
25
18
# Copy locally-built Debian package dependencies
Original file line number Diff line number Diff line change 2
2
3
3
DOCKER_BASE_STRETCH = docker-base-stretch.gz
4
4
$(DOCKER_BASE_STRETCH)_PATH = $(DOCKERS_PATH ) /docker-base-stretch
5
- $(DOCKER_BASE_STRETCH)_DEPENDS += $(SUPERVISOR )
5
+ $(DOCKER_BASE_STRETCH)_DEPENDS += $(SUPERVISOR ) $( REDIS_TOOLS )
6
6
$(DOCKER_BASE_STRETCH)_DEPENDS += $(SOCAT )
7
7
8
8
GDB = gdb
You can’t perform that action at this time.
0 commit comments