diff --git a/Containerfile b/Containerfile index 3575089f..0aa393f9 100644 --- a/Containerfile +++ b/Containerfile @@ -144,4 +144,5 @@ RUN echo 'dev ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers RUN mkdir /root/.ssh RUN ssh-keyscan pkgs.xelix.org >> /root/.ssh/known_hosts +RUN wget https://github.com/lutoma/xelix/blob/main/land/pacman/pacman.linux.conf -O /etc/pacman.conf CMD ["/bin/bash"]