[docker-syncd]: install kmod in docker-syncd-brcm without prompt

This commit is contained in:
Guohan Lu 2017-09-05 05:02:37 +00:00
parent 376cabe6bf
commit 87ec4f113b

View File

@ -20,7 +20,7 @@ debs/{{ deb }}{{' '}}
{%- endfor %}
## TODO: add kmod into Depends
RUN apt-get install -f kmod
RUN apt-get install -yf kmod
COPY ["files/dsserve", "files/bcmcmd", "start.sh", "bcmsh", "/usr/bin/"]
RUN chmod +x /usr/bin/dsserve /usr/bin/bcmcmd