Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 135c813 commit 726aafcCopy full SHA for 726aafc
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