Skip to content

Commit

Permalink
fixup dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
BoukeHaarsma23 committed Jan 21, 2024
1 parent 20a71fd commit 973c086
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ FROM archlinux:base-devel
MAINTAINER Wouter Wijsman

#Install archiso
RUN yes | pacman -Syuu archiso lynx
RUN pacman --noconfirm -S --needed git pyalpm python-commonmark python-markdown-it-py python-wheel python-build python-installer python-setuptools python-hatchling
RUN pacman-key --init && \
pacman -Sy --noconfirm archlinux-keyring && \
pacman-key --populate archlinux && \
pacman --noconfirm -Syu
RUN pacman --noconfirm -S --needed archiso lynx git pyalpm python-commonmark python-markdown-it-py python-wheel python-build python-installer python-setuptools python-hatchling
RUN echo "%wheel ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers && \
useradd build -G wheel -m
RUN su - build -c "git clone https://aur.archlinux.org/pikaur.git /tmp/pikaur" && \
Expand Down

0 comments on commit 973c086

Please sign in to comment.