debuginfod: correct sqlite3->sqlite rpm package name

This commit is contained in:
Frank Ch. Eigler 2021-03-29 19:26:11 -04:00
parent 8d40bc0b51
commit 16c2d3676d

View file

@ -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: