Merge "Don't use --upgrade when installing into venv"

This commit is contained in:
Jenkins 2017-03-09 10:40:02 +00:00 committed by Gerrit Code Review
commit 2230504d2a
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ MAINTAINER {{ maintainer }}
{{ copy_sources("openstack/heat", "/heat") }}
RUN useradd --user-group heat \
&& /var/lib/microservices/venv/bin/pip install --upgrade /heat \
&& /var/lib/microservices/venv/bin/pip install /heat \
&& mkdir -p /var/lib/heat /etc/heat \
&& chown -R heat: /var/lib/heat /etc/heat \
&& cp -r /heat/etc/heat/* /etc/heat \