We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a6170f8 + 5b46c6b commit fc30efcCopy full SHA for fc30efc
1 file changed
ContainerFiles/keystone
@@ -35,7 +35,8 @@ RUN export DEBIAN_FRONTEND=noninteractive \
35
pkg-config \
36
ssl-cert \
37
xmlsec1
38
-RUN /var/lib/openstack/bin/pip install --constraint https://opendev.org/openstack/requirements/raw/branch/${OS_CONSTRAINTS}/upper-constraints.txt \
+ARG CACHEBUST
39
+RUN /var/lib/openstack/bin/pip install -vvv --constraint https://opendev.org/openstack/requirements/raw/branch/${OS_CONSTRAINTS}/upper-constraints.txt \
40
git+https://github.com/rackerlabs/keystone.git@${OS_VERSION}#egg=keystone \
41
git+https://github.com/rackerlabs/keystone-rxt@${RXT_VERSION}#egg=keystone_rxt \
42
ldappool \
0 commit comments