File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 22#
33# SPDX-License-Identifier: MIT
44
5- # 20221203
5+ # 20240204
66FROM alpine:3
77RUN apk add --no-cache python3-dev py3-pip build-base ninja git patchelf
Original file line number Diff line number Diff line change 22#
33# SPDX-License-Identifier: MIT
44
5- # 20221203
5+ # 20240204
66FROM debian:bullseye
77RUN apt-get update && apt-get install -y git ninja-build patchelf python3-pip python3-venv && 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+ # 20240204
66FROM debian:bookworm
77RUN apt-get update && apt-get install -y git ninja-build patchelf python3-pip python3-venv && rm -rf /var/lib/apt/lists/*
Original file line number Diff line number Diff line change 22#
33# SPDX-License-Identifier: MIT
44
5- # 20221203
5+ # 20240204
66FROM fedora:37
77RUN dnf -y update && dnf -y install python3-devel python3-pip gcc ninja-build git patchelf && dnf clean all
Original file line number Diff line number Diff line change 22#
33# SPDX-License-Identifier: MIT
44
5- # 20221203
5+ # 20240204
66FROM continuumio/miniconda3
77RUN apt-get update && apt-get install -y gcc ninja-build git patchelf && rm -rf /var/lib/apt/lists/*
You can’t perform that action at this time.
0 commit comments