Merge "fix spelling problem in designate-sink ubuntu binary"

This commit is contained in:
Jenkins 2016-02-17 22:38:46 +00:00 committed by Gerrit Code Review
commit be9a25e974

View File

@ -11,7 +11,7 @@ RUN yum install -y \
{% elif base_distro in ['ubuntu'] %}
RUN apt-get install -y -no-install-recommends \
RUN apt-get install -y --no-install-recommends \
designate-sink \
designateclient \
&& apt-get clean