Skip to content
Snippets Groups Projects
Commit 5b7b1f5b authored by Recolic K's avatar Recolic K
Browse files

sync

parent 7a5be991
No related branches found
No related tags found
No related merge requests found
......@@ -5,9 +5,11 @@ FROM archlinux:base-devel
COPY install-pikaur.sh /
RUN bash /install-pikaur.sh
RUN pacman -S --noconfirm go
RUN useradd -m builder && echo 'builder ALL=(ALL) NOPASSWD: ALL' | EDITOR='tee -a' visudo
# To prevent docker from creating a root-only dir
RUN sudo -u builder mkdir -p /home/builder/.cache/pikaur/build
RUN echo "WAIT! This repo is not finished. I'll copy latest code from laptop tonight. " && generate-error
RUN sudo -u builder mkdir -p /home/builder/.cache/pikaur/build && \
sed -i 's/check_pgpsigs() {/check_pgpsigs() { return 0/g' /usr/share/makepkg/integrity/verify_signature.sh
# auto-key-retrieve is not working. This is my only solution.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment