Use virtualenv

Change-Id: I88bc7d82d757e2c182653a4db270c92499d1c631
Depends-On: Ia656e481acd24eab9fe95afd8932082d69b9d2fa
This commit is contained in:
Sam Yaple 2017-05-18 14:38:50 +00:00
parent a5cd510e5b
commit a39624f5af
3 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,6 @@
FROM centos:7
ENV PATH=/var/lib/openstack/bin:$PATH
ENV PROJECT=cinder
ARG WHEELS=openstackloci/requirements:centos
ARG PROJECT_REPO=https://git.openstack.org/openstack/${PROJECT}

1
debian/Dockerfile vendored
View File

@ -1,5 +1,6 @@
FROM debian:jessie-slim
ENV PATH=/var/lib/openstack/bin:$PATH
ENV PROJECT=cinder
ARG WHEELS=openstackloci/requirements:debian
ARG PROJECT_REPO=https://git.openstack.org/openstack/${PROJECT}

View File

@ -1,5 +1,6 @@
FROM ubuntu:xenial
ENV PATH=/var/lib/openstack/bin:$PATH
ENV PROJECT=cinder
ARG WHEELS=openstackloci/requirements:ubuntu
ARG PROJECT_REPO=https://git.openstack.org/openstack/${PROJECT}