We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6330035 commit 6301db4Copy full SHA for 6301db4
1 file changed
packaging/docker/khiopspydev/Dockerfile.rocky
@@ -25,11 +25,13 @@ RUN true \
25
dnf install -y \
26
python3.11 \
27
python3.11-pip \
28
- python3.11-setuptools ; \
+ python3.11-setuptools \
29
+ python3.11-devel ; \
30
else \
31
32
python3-setuptools \
- python3-pip ; \
33
+ python3-pip \
34
+ python3-devel ; \
35
fi \
36
# Get Linux distribution codename \
37
&& if [ -f /etc/os-release ]; then . /etc/os-release; fi \
0 commit comments