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

Chizi123
2019-06-09 92ac9f8eaec6ade2f8f6d9e530a77a0866a503b9
removed yay
1 files modified
9 ■■■■■ changed files
Dockerfile 9 ●●●●● patch | view | raw | blame | history
Dockerfile
@@ -13,12 +13,3 @@
RUN /usr/sbin/groupadd --system sudo && \
    /usr/sbin/useradd -m --groups sudo user
USER user
# install yay
RUN cd /tmp && \
    /usr/bin/git clone https://aur.archlinux.org/yay.git && \
    cd yay && \
    /usr/sbin/makepkg && \
    /usr/sbin/sudo /usr/bin/pacman -U yay*pkg*.tar.xz --noconfirm && \
    cd / && \
    rm -r /tmp/yay