We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7294e1 commit 047a696Copy full SHA for 047a696
ci/alpine-3.docker
@@ -2,6 +2,6 @@
2
#
3
# SPDX-License-Identifier: MIT
4
5
-# 20240817
+# 20250212
6
FROM alpine:3
7
RUN apk add --no-cache python3-dev py3-pip build-base ninja-is-really-ninja git patchelf
ci/debian-11.docker
-# 20240204
FROM debian:bullseye
RUN apt-get update && apt-get install -y git ninja-build patchelf python3-pip python3-venv && rm -rf /var/lib/apt/lists/*
0 commit comments