We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c4afb8 commit 4257dbaCopy full SHA for 4257dba
ci/docker/fedora/Dockerfile
@@ -18,7 +18,8 @@ RUN dnf -y update \
18
19
# Install Python
20
RUN dnf -y update \
21
-&& dnf -y install python3 python3-devel python3-pip \
+&& dnf -y install \
22
+ python3 python3-devel python3-pip \
23
&& dnf clean all
24
25
# Add the library src to our build env
ci/docker/opensuse/Dockerfile
@@ -16,8 +16,9 @@ RUN zypper update -y \
16
17
RUN zypper update -y \
-&& zypper install -y python311 python311-devel \
- python311-pip python311-wheel python311-setuptools \
+&& zypper install -y \
+ python311 python311-devel python311-pip \
+ python311-wheel python311-setuptools \
python3-numpy python3-pandas \
&& zypper clean -a
RUN python3.11 -m pip install --break-system-packages \
0 commit comments