Skip to content

Commit

Permalink
Toolchain container: Copy pacman config directly
Browse files Browse the repository at this point in the history
  • Loading branch information
lutoma committed Nov 14, 2023
1 parent 988eb4d commit eb1a40e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -144,5 +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
COPY land/pacman/pacman.linux.conf /etc/pacman.conf
CMD ["/bin/bash"]

0 comments on commit eb1a40e

Please sign in to comment.