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

Chizi123
2019-06-10 a9dd2c23c0bccaa1fffad8ea7dc7301c8edf394f
Dockerfile
@@ -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