Skip to content
Snippets Groups Projects
Dockerfile 178 B
Newer Older
Tomáš Pecka's avatar
Tomáš Pecka committed
FROM archlinux/base

RUN pacman -Sy --needed --noconfirm sudo && \
    useradd builder -m && \
    passwd -d builder && \
	printf 'builder ALL=(ALL) ALL\n' | tee -a /etc/sudoers