File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ RUN echo -e "keyserver-options auto-key-retrieve" >> /etc/pacman.d/gnupg/gpg.con
1515 pyalpm \
1616 python \
1717 python-build \
18- python-flit-core \
1918 python-installer \
2019 python-hatchling \
2120 python-markdown-it-py \
@@ -56,9 +55,6 @@ RUN source /manifest && \
5655 echo "Server=https://archive.archlinux.org/repos/${ARCHIVE_DATE}/\$ repo/os/\$ arch" > /etc/pacman.d/mirrorlist && \
5756 pacman --noconfirm -Syyuu; if [ -n "${PACKAGE_OVERRIDES}" ]; then wget --directory-prefix=/tmp/extra_pkgs ${PACKAGE_OVERRIDES}; pacman --noconfirm -U --overwrite '*' /tmp/extra_pkgs/*; rm -rf /tmp/extra_pkgs; fi
5857
59- # workaround for failing python-pyglet build required by chimera package
60- RUN pacman --noconfirm -U https://archive.archlinux.org/packages/p/python-flit-core/python-flit-core-3.12.0-4-any.pkg.tar.zst
61-
6258USER build
6359ENV BUILD_USER="build"
6460ENV GNUPGHOME="/etc/pacman.d/gnupg"
You can’t perform that action at this time.
0 commit comments