File tree 6 files changed +1
-21
lines changed
broadcom/docker-syncd-brcm
centec/docker-syncd-centec
innovium/docker-syncd-invm
nephos/docker-syncd-nephos
6 files changed +1
-21
lines changed Original file line number Diff line number Diff line change @@ -20,12 +20,7 @@ RUN apt-get install -y \
20
20
libunwind8-dev \
21
21
libpython3.4 \
22
22
libc-ares2 \
23
- libgoogle-perftools4 \
24
- libatomic1 \
25
- libjemalloc1 \
26
- liblua5.1-0 \
27
- lua-bitop \
28
- lua-cjson
23
+ libgoogle-perftools4
29
24
30
25
RUN dpkg -i \
31
26
{% for deb in docker_syncd_bfn_debs .split (' ' ) -%}
Original file line number Diff line number Diff line change @@ -14,9 +14,6 @@ debs/{{ deb }}{{' '}}
14
14
{% - endfor -%}
15
15
debs/
16
16
17
- # redis-tools dependencies
18
- RUN apt-get install -y libatomic1 libjemalloc1 liblua5.1-0 lua-bitop lua-cjson
19
-
20
17
RUN dpkg -i \
21
18
{% for deb in docker_syncd_brcm_debs .split (' ' ) -%}
22
19
debs/{{ deb }}{{' '}}
Original file line number Diff line number Diff line change @@ -14,9 +14,6 @@ debs/{{ deb }}{{' '}}
14
14
{% - endfor -%}
15
15
debs/
16
16
17
- # redis-tools dependencies
18
- RUN apt-get install -y libatomic1 libjemalloc1 liblua5.1-0 lua-bitop lua-cjson
19
-
20
17
RUN dpkg -i \
21
18
{% for deb in docker_syncd_centec_debs .split (' ' ) -%}
22
19
debs/{{ deb }}{{' '}}
Original file line number Diff line number Diff line change @@ -14,9 +14,6 @@ debs/{{ deb }}{{' '}}
14
14
{% - endfor -%}
15
15
debs/
16
16
17
- # redis-tools dependencies
18
- RUN apt-get install -y libatomic1 libjemalloc1 liblua5.1-0 lua-bitop lua-cjson
19
-
20
17
# Needed for Innovium Debug Shell
21
18
RUN apt-get install -y net-tools
22
19
RUN apt-get install -y libpython2.7
Original file line number Diff line number Diff line change @@ -20,9 +20,6 @@ python-debs/{{ deb }}{{' '}}
20
20
{% - endfor -%}
21
21
debs/
22
22
23
- # redis-tools dependencies
24
- RUN apt-get install -y libatomic1 libjemalloc1 liblua5.1-0 lua-bitop lua-cjson
25
-
26
23
RUN apt-get install -y libxml2
27
24
28
25
RUN dpkg -i \
Original file line number Diff line number Diff line change @@ -10,9 +10,6 @@ RUN apt-get update
10
10
11
11
RUN apt-get install -f -y iproute2=4.20.0-2~bpo9+1 libcap2-bin=1:2.25-1
12
12
13
- # redis-tools dependencies
14
- RUN apt-get install -y libatomic1 libjemalloc1 liblua5.1-0 lua-bitop lua-cjson
15
-
16
13
COPY \
17
14
{% for deb in docker_syncd_vs_debs .split (' ' ) -%}
18
15
debs/{{ deb }}{{' '}}
You can’t perform that action at this time.
0 commit comments