Skip to content

Commit 5d7871c

Browse files
committed
Revert to python 3.12
1 parent 956a326 commit 5d7871c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Dockerfile.base

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ FROM archlinux:latest@sha256:901cf83a14f09d9ba70b219e22f67abd4d6346cb6d3f0c048cd
1010

1111
LABEL org.opencontainers.image.authors="bbhtt <[email protected]>"
1212

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+
1317
RUN echo -e "keyserver-options auto-key-retrieve" >> /etc/pacman.d/gnupg/gpg.conf && \
1418
sed -i '/CheckSpace/s/^/#/g' /etc/pacman.conf && \
1519
sed -i '/OPTIONS/s/debug/!debug/g' /etc/makepkg.conf && \

0 commit comments

Comments
 (0)