From 16c2d3676d27ad574cf4ced4c2d8f42a421634dd Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Mon, 29 Mar 2021 19:26:11 -0400 Subject: [PATCH] debuginfod: correct sqlite3->sqlite rpm package name --- roles/openshift-apps/debuginfod/files/buildconfig.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/debuginfod/files/buildconfig.yml b/roles/openshift-apps/debuginfod/files/buildconfig.yml index 30793d36c0..1e792689ad 100644 --- a/roles/openshift-apps/debuginfod/files/buildconfig.yml +++ b/roles/openshift-apps/debuginfod/files/buildconfig.yml @@ -17,7 +17,7 @@ items: vendor="Fedora Infrastructure" WORKDIR / EXPOSE 8002 - RUN dnf -y install bsdtar elfutils-debuginfod sqlite3 procps-ng rsync tar && \ + RUN dnf -y install bsdtar elfutils-debuginfod sqlite procps-ng rsync tar && \ dnf autoremove -y type: Dockerfile strategy: