summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index cd7479f..f2ac91e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,8 @@
1FROM archlinux 1FROM archlinux
2RUN pacman -Sy --noconfirm sudo fakeroot base-devel 2RUN pacman -Sy --noconfirm sudo fakeroot base-devel
3RUN pacman -S --noconfirm git 3RUN pacman -S --noconfirm git
4RUN pacman -S --noconfirm vim
5COPY docker.sudoers /etc/sudoers.d/wheel
4RUN useradd user 6RUN useradd user
7RUN usermod -a user -G wheel
8