diff --git a/29/Dockerfile b/29/Dockerfile
index d490aabe9015f75a155bf5d694158bab21acc066..ca9bf2497547f016f61e67913818925b18e3c5f9 100644
--- a/29/Dockerfile
+++ b/29/Dockerfile
@@ -1,11 +1,5 @@
 FROM fedora:29
 
-# Force a rebuild for rpmdb, seems broken currently as of 2019-05-02
-# sha256:8ee55e140e8751492ab2cfa4513c82093cd2716df9311ea6f442f1f1259cbb3e
-RUN rpm --rebuilddb; \
- rm -rf /var/lib/rpm \
- && mv /var/lib/rpmrebuilddb.* /var/lib/rpm
-
 RUN dnf update -y --setopt=install_weak_deps=False # 20190502
 
 RUN dnf install -y --allowerasing \
@@ -13,10 +7,7 @@ RUN dnf install -y --allowerasing \
   patch rpm-build redhat-rpm-config rpmlint \
   patch ccache make util-linux \
   dnf-utils rpmdevtools createrepo \
-  php \
- && dnf clean all \
- && rm -rf /var/lib/dnf/* \
- && rm -f /var/lib/rpm/.*.lock
+ && dnf clean all
 
 RUN wget -O /etc/yum.repos.d/ICINGA-release.repo \
  https://packages.icinga.com/fedora/ICINGA-release.repo