Skip to content

Commit 11f0978

Browse files
committed
Add Python headers to Rocky images
1 parent 5fb4c0e commit 11f0978

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

packaging/docker/khiopspydev/Dockerfile.rocky

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,13 @@ RUN true \
2525
dnf install -y \
2626
python3.11 \
2727
python3.11-pip \
28-
python3.11-setuptools ; \
28+
python3.11-setuptools \
29+
python3.11-devel ; \
2930
else \
3031
dnf install -y \
3132
python3-setuptools \
32-
python3-pip ; \
33+
python3-pip \
34+
python3-devel ; \
3335
fi \
3436
# Get Linux distribution codename \
3537
&& if [ -f /etc/os-release ]; then . /etc/os-release; fi \

0 commit comments

Comments
 (0)