Skip to content

Commit

Permalink
Fix missing runtime dependency for old message consumers
Browse files Browse the repository at this point in the history
  • Loading branch information
hluk committed May 10, 2022
1 parent 2063cc2 commit f100f9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ RUN set -ex \
--setopt install_weak_deps=false \
--nodocs \
curl \
# required by fedmsg (zmq)
libstdc++ \
python39 \
&& yum --installroot=/mnt/rootfs clean all \
&& rm -rf /mnt/rootfs/var/cache/* /mnt/rootfs/var/log/dnf* /mnt/rootfs/var/log/yum.*
Expand Down

0 comments on commit f100f9b

Please sign in to comment.