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

Chizi123
2019-06-09 dded2e570790507b8ae98f8b23f539acdd244400
added rsync
1 files modified
2 ■■■ changed files
Dockerfile 2 ●●● patch | view | raw | blame | history
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