diff --git a/docker/keystone/Dockerfile b/docker/keystone/Dockerfile
index 1dcbf1a819..8bd415cc94 100644
--- a/docker/keystone/Dockerfile
+++ b/docker/keystone/Dockerfile
@@ -2,12 +2,9 @@ FROM kollaglue/fedora-rdo-base
 MAINTAINER Kolla Project (https://launchpad.net/kolla)
 
 #Install required packages
-RUN yum -y install dnf dnf-plugins-core; yum clean all
-RUN dnf copr enable -y larsks/crux
 RUN yum install -y openstack-keystone \
 	openstack-utils \
 	mariadb \
-	crux \
 	; yum clean all
 
 ADD ./start.sh /start.sh