Fixes Dockerfile for neutron-lbaas-agent

Remove the extra '\' after RUN command for ubuntu, otherwise the later
COPY will not run correctly for ubuntu image.

Change-Id: Ie7de201711c6e684f58665027888c34f4c245487
Closes-bug: #1605453
This commit is contained in:
liyingjun 2016-07-26 16:06:41 +08:00
parent 0ff90a6f10
commit 9cbceda259

View File

@ -28,7 +28,7 @@ RUN apt-get -y install --no-install-recommends \
neutron-lbaas-common \ neutron-lbaas-common \
neutron-lbaasv2-agent \ neutron-lbaasv2-agent \
python-neutron-lbaas \ python-neutron-lbaas \
&& apt-get clean \ && apt-get clean
{% endif %} {% endif %}