File tree Expand file tree Collapse file tree 8 files changed +16
-16
lines changed
Expand file tree Collapse file tree 8 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 22#
33# SPDX-License-Identifier: MIT
44
5- # 20250212
5+ # 20260108
66FROM alpine:3
7- RUN apk add --no-cache python3-dev py3-pip build-base ninja-is-really-ninja git patchelf
7+ RUN apk add --no-cache python3-dev py3-pip build-base ninja-is-really-ninja git patchelf cmake
Original file line number Diff line number Diff line change 22#
33# SPDX-License-Identifier: MIT
44
5- # 20250127
5+ # 20260108
66FROM archlinux:latest
7- RUN pacman -Syu --noconfirm && pacman -S --noconfirm python python-pip gcc ninja git patchelf
7+ RUN pacman -Syu --noconfirm && pacman -S --noconfirm python python-pip gcc ninja git patchelf cmake
Original file line number Diff line number Diff line change 22#
33# SPDX-License-Identifier: MIT
44
5- # 20250212
5+ # 20260108
66FROM debian:bullseye
7- RUN apt-get update && apt-get install -y git ninja-build patchelf python3-pip python3-venv && rm -rf /var/lib/apt/lists/*
7+ RUN apt-get update && apt-get install -y git ninja-build patchelf python3-pip python3-venv cmake && rm -rf /var/lib/apt/lists/*
Original file line number Diff line number Diff line change 22#
33# SPDX-License-Identifier: MIT
44
5- # 20250127
5+ # 20260108
66FROM debian:bookworm
7- RUN apt-get update && apt-get install -y git ninja-build patchelf python3-pip python3-venv && rm -rf /var/lib/apt/lists/*
7+ RUN apt-get update && apt-get install -y git ninja-build patchelf python3-pip python3-venv cmake && rm -rf /var/lib/apt/lists/*
Original file line number Diff line number Diff line change 22#
33# SPDX-License-Identifier: MIT
44
5- # 20230816
5+ # 20260108
66FROM debian:unstable
7- RUN apt-get update && apt-get install -y git ninja-build patchelf python3-pip python3-venv && rm -rf /var/lib/apt/lists/*
7+ RUN apt-get update && apt-get install -y gcc g++ git ninja-build patchelf python3-pip python3-venv cmake && rm -rf /var/lib/apt/lists/*
Original file line number Diff line number Diff line change 22#
33# SPDX-License-Identifier: MIT
44
5- # 20250127
5+ # 20260108
66FROM fedora:41
7- RUN dnf -y update && dnf -y install python3-devel python3-pip gcc ninja-build git patchelf && dnf clean all
7+ RUN dnf -y update && dnf -y install python3-devel python3-pip gcc gcc-c++ ninja-build git patchelf cmake && dnf clean all
Original file line number Diff line number Diff line change 22#
33# SPDX-License-Identifier: MIT
44
5- # 20240204
5+ # 20260108
66FROM continuumio/miniconda3
7- RUN apt-get update && apt-get install -y gcc ninja-build git patchelf && rm -rf /var/lib/apt/lists/*
7+ RUN apt-get update && apt-get install -y gcc g++ ninja-build git patchelf cmake && rm -rf /var/lib/apt/lists/*
Original file line number Diff line number Diff line change 22#
33# SPDX-License-Identifier: MIT
44
5- # 20240817
5+ # 20260108
66FROM opensuse/leap:latest
7- RUN zypper --non-interactive install python311 python311-pip python311-devel gcc ninja git patchelf && zypper clean --all && ln -sf python3.11 /usr/bin/python3
7+ RUN zypper --non-interactive install python311 python311-pip python311-devel gcc gcc-c++ ninja git patchelf cmake && zypper clean --all && ln -sf python3.11 /usr/bin/python3
You can’t perform that action at this time.
0 commit comments