From 269fed994f15904aa2829d6678453a07082ee26c Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Wed, 13 Dec 2023 00:25:51 -0500 Subject: [PATCH] add python3-devel + gcc --- build/Containerfile.fedora39 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Containerfile.fedora39 b/build/Containerfile.fedora39 index 9bbc6b8..3a425c3 100644 --- a/build/Containerfile.fedora39 +++ b/build/Containerfile.fedora39 @@ -11,7 +11,7 @@ COPY conf/dnf.conf /etc/dnf/dnf.conf COPY python/requirements.txt /tmp/requirements.txt # RUN dnf install -y python3-pip git ansible-core python3-ansible-lint -RUN dnf install -y python3-pip git systemd nodejs \ +RUN dnf install -y python3-pip python3-devel gcc git systemd nodejs \ && pip install pip --upgrade \ && pip install -r /tmp/requirements.txt