Merge pull request #12 from yaodu/install_from_correct_repo

Install from ubuntu repo
This commit is contained in:
Pete Birley 2017-01-10 21:13:03 +00:00 committed by GitHub
commit 32f1ea08a8
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ ENV DOCKER_REPO=${DOCKER_REPO:-yaodu/requirements} \
GIT_REF_REPO=${GIT_REF_REPO:-https://git.openstack.org/openstack/keystone} \
PATH=/virtualenv/bin:${PATH} \
PROJECT=keystone \
TAG=${TAG:-latest-debian} \
TAG=${TAG:-latest-ubuntu} \
WHEELS=${WHEELS}
RUN set -x \