Skip to content

Commit b31cac4

Browse files
committed
Workaround for failing python-pyglet build required by chimera package
1 parent 68fad80 commit b31cac4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ RUN echo -e "keyserver-options auto-key-retrieve" >> /etc/pacman.d/gnupg/gpg.con
3030
su - build -c "cd /tmp/pikaur && makepkg -f" && \
3131
pacman --noconfirm -U /tmp/pikaur/pikaur-*.pkg.tar.zst
3232

33+
# workaround for failing python-pyglet build required by chimera package
34+
RUN pacman --noconfirm -U https://archive.archlinux.org/packages/p/python-flit-core/python-flit-core-3.12.0-4-any.pkg.tar.zst
35+
3336
# Auto add PGP keys for users
3437
RUN mkdir -p /etc/gnupg/ && echo -e "keyserver-options auto-key-retrieve" >> /etc/gnupg/gpg.conf
3538

0 commit comments

Comments
 (0)