Skip to content

Commit c4c0499

Browse files
pavel-shirshovlguohan
authored andcommitted
Revert "Install packages required for redis-tools"
This reverts commit 649b5346161c50ffc98589ff68d35df32ff1eb84.
1 parent 0af7bf9 commit c4c0499

File tree

6 files changed

+1
-21
lines changed

6 files changed

+1
-21
lines changed

platform/barefoot/docker-syncd-bfn/Dockerfile.j2

+1-6
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,7 @@ RUN apt-get install -y \
2020
libunwind8-dev \
2121
libpython3.4 \
2222
libc-ares2 \
23-
libgoogle-perftools4 \
24-
libatomic1 \
25-
libjemalloc1 \
26-
liblua5.1-0 \
27-
lua-bitop \
28-
lua-cjson
23+
libgoogle-perftools4
2924

3025
RUN dpkg -i \
3126
{% for deb in docker_syncd_bfn_debs.split(' ') -%}

platform/broadcom/docker-syncd-brcm/Dockerfile.j2

-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ debs/{{ deb }}{{' '}}
1414
{%- endfor -%}
1515
debs/
1616

17-
# redis-tools dependencies
18-
RUN apt-get install -y libatomic1 libjemalloc1 liblua5.1-0 lua-bitop lua-cjson
19-
2017
RUN dpkg -i \
2118
{% for deb in docker_syncd_brcm_debs.split(' ') -%}
2219
debs/{{ deb }}{{' '}}

platform/centec/docker-syncd-centec/Dockerfile.j2

-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ debs/{{ deb }}{{' '}}
1414
{%- endfor -%}
1515
debs/
1616

17-
# redis-tools dependencies
18-
RUN apt-get install -y libatomic1 libjemalloc1 liblua5.1-0 lua-bitop lua-cjson
19-
2017
RUN dpkg -i \
2118
{% for deb in docker_syncd_centec_debs.split(' ') -%}
2219
debs/{{ deb }}{{' '}}

platform/innovium/docker-syncd-invm/Dockerfile.j2

-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ debs/{{ deb }}{{' '}}
1414
{%- endfor -%}
1515
debs/
1616

17-
# redis-tools dependencies
18-
RUN apt-get install -y libatomic1 libjemalloc1 liblua5.1-0 lua-bitop lua-cjson
19-
2017
# Needed for Innovium Debug Shell
2118
RUN apt-get install -y net-tools
2219
RUN apt-get install -y libpython2.7

platform/nephos/docker-syncd-nephos/Dockerfile.j2

-3
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ python-debs/{{ deb }}{{' '}}
2020
{%- endfor -%}
2121
debs/
2222

23-
# redis-tools dependencies
24-
RUN apt-get install -y libatomic1 libjemalloc1 liblua5.1-0 lua-bitop lua-cjson
25-
2623
RUN apt-get install -y libxml2
2724

2825
RUN dpkg -i \

platform/vs/docker-syncd-vs/Dockerfile.j2

-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ RUN apt-get update
1010

1111
RUN apt-get install -f -y iproute2=4.20.0-2~bpo9+1 libcap2-bin=1:2.25-1
1212

13-
# redis-tools dependencies
14-
RUN apt-get install -y libatomic1 libjemalloc1 liblua5.1-0 lua-bitop lua-cjson
15-
1613
COPY \
1714
{% for deb in docker_syncd_vs_debs.split(' ') -%}
1815
debs/{{ deb }}{{' '}}

0 commit comments

Comments
 (0)