[teamd] Fix a bug in #305 that will break teamd (#329)

This commit is contained in:
Taoyu Li 2017-02-23 14:47:51 -08:00 committed by GitHub
parent 873f6f8fb6
commit a16c780285

View File

@ -14,7 +14,7 @@ debs/{{ deb }}{{' '}}
{%- endfor %}
COPY ["start.sh", "config.sh", "/usr/bin/"]
COPY ["teamd.j2", "/usr/share/sonic/templates"]
COPY ["teamd.j2", "/usr/share/sonic/templates/"]
## Make apt-get non-interactive
ENV DEBIAN_FRONTEND=noninteractive