From 7b032c11655ea1bfc27a0fc045cb89381b0d1ee2 Mon Sep 17 00:00:00 2001 From: Alesh Slovak Date: Sat, 4 May 2024 00:31:04 -0400 Subject: [PATCH] Revert "Workaround python-leveldb issues" This reverts commit 59124040cd5d25ee59b2034be87dbda4a331e1b9. --- Dockerfile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 54ce19aa8..3ebafb193 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,6 @@ RUN echo -e "keyserver-options auto-key-retrieve" >> /etc/pacman.d/gnupg/gpg.con python-installer \ python-hatchling \ python-markdown-it-py \ - python-nose \ python-setuptools \ python-wheel \ sudo \ @@ -28,10 +27,7 @@ RUN echo -e "keyserver-options auto-key-retrieve" >> /etc/pacman.d/gnupg/gpg.con useradd build -G wheel -m && \ su - build -c "git clone https://aur.archlinux.org/pikaur.git /tmp/pikaur" && \ su - build -c "cd /tmp/pikaur && makepkg -f" && \ - su - build -c "git clone -b patch-1 https://github.com/ruineka/py-leveldb.git /tmp/py-leveldb" && \ - su - build -c "cd /tmp/py-leveldb && makepkg -f" && \ - pacman --noconfirm -U /tmp/pikaur/pikaur-*.pkg.tar.zst && \ - pacman --noconfirm -U /tmp/py-leveldb/python-leveldb*.pkg.tar.zst + pacman --noconfirm -U /tmp/pikaur/pikaur-*.pkg.tar.zst # Auto add PGP keys for users RUN mkdir -p /etc/gnupg/ && echo -e "keyserver-options auto-key-retrieve" >> /etc/gnupg/gpg.conf