mirror of https://github.com/Chizi123/Arch-autobuild-repo.git

Chizi123
2019-06-10 48a8a89efe7ebcf280d62e4c221e7362c82c42e7
Dockerfile
@@ -5,7 +5,7 @@
RUN /usr/bin/chmod -v 1777 /tmp
#Update and install software
RUN /usr/bin/pacman -Syu --noconfirm base-devel git sudo go && \
RUN /usr/bin/pacman -Syu --noconfirm base-devel git sudo go rsync && \
   /usr/sbin/pacman -Scc --noconfirm && \
   /usr/sbin/echo '%sudo ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers
@@ -13,3 +13,7 @@
RUN /usr/sbin/groupadd --system sudo && \
    /usr/sbin/useradd -m --groups sudo user
USER user
RUN cd repo && \
   for i in `find . -maxdepth 1 -not -path '*/\.*' -type d`
do