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 956a326 commit 5d7871cCopy full SHA for 5d7871c
Dockerfile.base
@@ -10,6 +10,10 @@ FROM archlinux:latest@sha256:901cf83a14f09d9ba70b219e22f67abd4d6346cb6d3f0c048cd
10
11
LABEL org.opencontainers.image.authors="bbhtt <[email protected]>"
12
13
+# Revert to python 3.12 until
14
+# https://github.com/apache/buildstream/issues/1988 is solved
15
+RUN echo "Server=https://archive.archlinux.org/repos/2024/12/21/\$repo/os/\$arch" > /etc/pacman.d/mirrorlist
16
+
17
RUN echo -e "keyserver-options auto-key-retrieve" >> /etc/pacman.d/gnupg/gpg.conf && \
18
sed -i '/CheckSpace/s/^/#/g' /etc/pacman.conf && \
19
sed -i '/OPTIONS/s/debug/!debug/g' /etc/makepkg.conf && \
0 commit comments