Skip to content
Snippets Groups Projects
Commit 9cbceda2 authored by liyingjun's avatar liyingjun
Browse files

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
parent 0ff90a6f
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ RUN apt-get -y install --no-install-recommends \
neutron-lbaas-common \
neutron-lbaasv2-agent \
python-neutron-lbaas \
&& apt-get clean \
&& apt-get clean
{% endif %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment