mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-05-16 13:56:11 +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 \
|
RUN $DNF_CMD install \
|
||||||
python3-celery \
|
python3-celery \
|
||||||
|
python3-click \
|
||||||
python3-distro \
|
python3-distro \
|
||||||
python3-dnf \
|
python3-dnf \
|
||||||
python3-docopt \
|
python3-docopt \
|
||||||
@@ -59,6 +60,7 @@ RUN $DNF_CMD install \
|
|||||||
python3-solv \
|
python3-solv \
|
||||||
python3-sqlalchemy \
|
python3-sqlalchemy \
|
||||||
git-core \
|
git-core \
|
||||||
|
rpm-build \
|
||||||
$EXTRA_RPMS && \
|
$EXTRA_RPMS && \
|
||||||
rm -f /etc/fedmsg.d/* && \
|
rm -f /etc/fedmsg.d/* && \
|
||||||
$DNF_CMD clean all
|
$DNF_CMD clean all
|
||||||
|
|||||||
Reference in New Issue
Block a user