mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-02-03 05:03:43 +08:00
Match dockerfile deps with Fedora requirements
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user