Match dockerfile deps with Fedora requirements

This commit is contained in:
Brendan Reilly
2022-12-20 11:33:48 -05:00
parent 6b43180229
commit 543e2a013f

View File

@@ -29,6 +29,7 @@ COPY --from=builder /src/dist /src/dist
RUN $DNF_CMD install \
python3-celery \
python3-click \
python3-distro \
python3-dnf \
python3-docopt \
@@ -59,6 +60,7 @@ RUN $DNF_CMD install \
python3-solv \
python3-sqlalchemy \
git-core \
rpm-build \
$EXTRA_RPMS && \
rm -f /etc/fedmsg.d/* && \
$DNF_CMD clean all