Skip to content

Commit 4257dba

Browse files
committed
ci: cleanup docker
1 parent 1c4afb8 commit 4257dba

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

ci/docker/fedora/Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ RUN dnf -y update \
1818

1919
# Install Python
2020
RUN dnf -y update \
21-
&& dnf -y install python3 python3-devel python3-pip \
21+
&& dnf -y install \
22+
python3 python3-devel python3-pip \
2223
&& dnf clean all
2324

2425
# Add the library src to our build env

ci/docker/opensuse/Dockerfile

+3-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ RUN zypper update -y \
1616

1717
# Install Python
1818
RUN zypper update -y \
19-
&& zypper install -y python311 python311-devel \
20-
python311-pip python311-wheel python311-setuptools \
19+
&& zypper install -y \
20+
python311 python311-devel python311-pip \
21+
python311-wheel python311-setuptools \
2122
python3-numpy python3-pandas \
2223
&& zypper clean -a
2324
RUN python3.11 -m pip install --break-system-packages \

0 commit comments

Comments
 (0)