prepared dot files
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
FROM archlinux:base-devel
|
||||
|
||||
RUN pacman -Sy --noconfirm stow nodejs npm git sudo \
|
||||
&& useradd -m tester \
|
||||
&& echo 'tester ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers
|
||||
|
||||
USER tester
|
||||
WORKDIR /home/tester
|
||||
Reference in New Issue
Block a user