Skip to content

Commit

Permalink
Drop abrt-java-connector dependency
Browse files Browse the repository at this point in the history
abrt-java-connector is no longer available in Fedora 41 and is
actually not required to run ACME container so the dependency
has been dropped.
  • Loading branch information
edewata committed Nov 1, 2024
1 parent 60d5348 commit a666e1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion base/acme/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/* \
Expand Down

0 comments on commit a666e1a

Please sign in to comment.