Install from ubuntu repo

This commit is contained in:
Sam Yaple 2017-01-10 20:18:37 +00:00
parent 7b562112a5
commit 8b2337379a
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 \