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 68fad80 commit b31cac4Copy full SHA for b31cac4
1 file changed
Dockerfile
@@ -30,6 +30,9 @@ RUN echo -e "keyserver-options auto-key-retrieve" >> /etc/pacman.d/gnupg/gpg.con
30
su - build -c "cd /tmp/pikaur && makepkg -f" && \
31
pacman --noconfirm -U /tmp/pikaur/pikaur-*.pkg.tar.zst
32
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
+
36
# Auto add PGP keys for users
37
RUN mkdir -p /etc/gnupg/ && echo -e "keyserver-options auto-key-retrieve" >> /etc/gnupg/gpg.conf
38
0 commit comments