fix spelling problem in designate-sink ubuntu binary

Change-Id: I60ecdcdfbb1259fa261e982116123b4c2f81eedc
Closes-Bug: 1546754
This commit is contained in:
xionglingfeng 2016-02-17 17:39:53 -03:30
parent 8c0da19313
commit ade8eff4b3

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