diff --git a/Dockerfile b/Dockerfile index fa23d13ccec..88da0a058ed 100644 --- a/Dockerfile +++ b/Dockerfile @@ -352,7 +352,7 @@ LABEL name="pki-acme" \ com.redhat.component="$COMPONENT" # Install PKI dependencies -RUN dnf install -y bind-utils iputils abrt-java-connector postgresql postgresql-jdbc +RUN dnf install -y bind-utils iputils postgresql postgresql-jdbc # Install PostgreSQL JDBC driver RUN ln -s /usr/share/java/postgresql-jdbc/postgresql.jar /usr/share/pki/server/common/lib/postgresql.jar diff --git a/base/acme/Dockerfile b/base/acme/Dockerfile index 07a9a19f6a3..766853e533d 100644 --- a/base/acme/Dockerfile +++ b/base/acme/Dockerfile @@ -42,7 +42,7 @@ COPY . /tmp/pki/ WORKDIR /tmp/pki # Build and install PKI packages -RUN dnf install -y rpm-build bind-utils iputils abrt-java-connector postgresql postgresql-jdbc \ +RUN dnf install -y rpm-build bind-utils iputils postgresql postgresql-jdbc \ && dnf builddep -y --spec pki.spec \ && ./build.sh --with-pkgs=base,server,acme --work-dir=build rpm \ && dnf localinstall -y build/RPMS/* \