File tree 2 files changed +8
-2
lines changed
dockers/docker-platform-monitor
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -29,3 +29,4 @@ dockers/docker-lldp-sv2/Dockerfile
29
29
dockers /docker-orchagent /Dockerfile
30
30
dockers /docker-snmp-sv2 /Dockerfile
31
31
dockers /docker-team /Dockerfile
32
+ dockers /docker-platform-monitor /Dockerfile
Original file line number Diff line number Diff line change @@ -7,10 +7,15 @@ RUN apt-get install -y smartmontools sensord
7
7
# Dependencies for sonic-cfggen
8
8
RUN apt-get install -y python-lxml python-jinja2 python-netaddr python-ipaddr python-yaml
9
9
10
- COPY debs/ debs
10
+ COPY \
11
+ {% for deb in docker_platform_monitor_debs .split (' ' ) -%}
12
+ debs/{{ deb }}{{' '}}
13
+ {% - endfor -%}
14
+ debs/
15
+
11
16
12
17
RUN dpkg -i \
13
- {% for deb in docker_fpm_debs .split (' ' ) -%}
18
+ {% for deb in docker_platform_monitor_debs .split (' ' ) -%}
14
19
debs/{{ deb }}{{' '}}
15
20
{% - endfor %}
16
21
You can’t perform that action at this time.
0 commit comments