[PATCH] docker rhel8: add missing libffi-devel dependency

7 views
Skip to first unread message

Mathias De Mare

unread,
Mar 27, 2025, 9:55:15 AMMar 27
to thg...@googlegroups.com
# HG changeset patch
# User Mathias De Mare <mathias...@nokia.com>
# Date 1743083687 -3600
# Thu Mar 27 14:54:47 2025 +0100
# Node ID d577bc251d82001901095b1b64721957c0301994
# Parent 9806d49225a505445a9b2bbde5037e3ffa6f1006
docker rhel8: add missing libffi-devel dependency

diff --git a/contrib/docker/rhel8 b/contrib/docker/rhel8
--- a/contrib/docker/rhel8
+++ b/contrib/docker/rhel8
@@ -49,3 +49,5 @@ RUN yum install -y git openssl-devel &&

# wish is needed for Mercurial
RUN yum install tk -y
+
+RUN yum install -y libffi-devel

Yuya Nishihara

unread,
Mar 28, 2025, 7:38:35 AMMar 28
to 'Mathias De Mare' via TortoiseHg Developers
It's listed earlier?

# Install libffi-devel for pygit2
RUN yum install -y libffi-devel
Reply all
Reply to author
Forward
0 new messages