summaryrefslogtreecommitdiffstats
path: root/Dockerfile
blob: f2ac91e5804850d47901f09a78641a8325802227 (plain)
1
2
3
4
5
6
7
8
FROM archlinux
RUN pacman -Sy --noconfirm sudo fakeroot base-devel
RUN pacman -S --noconfirm git
RUN pacman -S --noconfirm vim
COPY docker.sudoers /etc/sudoers.d/wheel
RUN useradd user
RUN usermod -a user -G wheel