Skip to content

Commit

Permalink
Fix a typo that might cause build break in PR sonic-net#190
Browse files Browse the repository at this point in the history
  • Loading branch information
taoyl-ms committed Jan 20, 2017
1 parent 4fe1bdc commit da8b439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockers/docker-platform-monitor/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apt-get install -y python-lxml python-jinja2 python-netaddr python-ipaddr py
COPY debs/ debs

RUN dpkg -i \
{% for deb in docker_fpm_debs.split(' ') -%}
{% for deb in docker_platform_monitor_debs.split(' ') -%}
debs/{{ deb }}{{' '}}
{%- endfor %}

Expand Down

0 comments on commit da8b439

Please sign in to comment.