Skip to content

Commit

Permalink
ci: cleanup docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizux committed Jan 23, 2025
1 parent 1c4afb8 commit 4257dba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion ci/docker/fedora/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ RUN dnf -y update \

# Install Python
RUN dnf -y update \
&& dnf -y install python3 python3-devel python3-pip \
&& dnf -y install \
python3 python3-devel python3-pip \
&& dnf clean all

# Add the library src to our build env
Expand Down
5 changes: 3 additions & 2 deletions ci/docker/opensuse/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ RUN zypper update -y \

# Install Python
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 \
Expand Down

0 comments on commit 4257dba

Please sign in to comment.