Skip to content

Commit

Permalink
Revert "Workaround python-leveldb issues"
Browse files Browse the repository at this point in the history
This reverts commit 5912404.
  • Loading branch information
alkazar committed May 4, 2024
1 parent 7a54a80 commit 7b032c1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Dockerfile
Expand Up @@ -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 \
Expand All @@ -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
Expand Down

0 comments on commit 7b032c1

Please sign in to comment.