summarylogtreecommitdiffstats
path: root/Dockerfile
blob: 0c56dee9a8e64b7679154c9ed4c68a6f08f48983 (plain)
1
2
3
4
5
6
7
8
9
10
11
# NOTE: This AUR repository includes a couple of support tools that
# make it easier for the maintainer to keep the PKGBUILD up to date.
# Nothing aside from the PKGBUILD is actually run or installed when
# building the package.

FROM archlinux

RUN pacman --noconfirm -Syu
RUN pacman --noconfirm -S base-devel git jq wget
RUN groupadd sudo
RUN echo '%sudo	ALL=(ALL:ALL) NOPASSWD: ALL' > /etc/sudoers.d/docker