aboutsummarylogtreecommitdiffstats
path: root/Dockerfile
blob: ab317a7882d1e68f14a1bf7b847e5f31de808ed7 (plain)
1
2
3
4
5
6
7
8
9
10
FROM nubs/arch-build

MAINTAINER Spencer Rinehart <anubis@overthemonkey.com>

USER root

RUN pacman --sync --refresh --noconfirm --noprogressbar --quiet
RUN pacman --sync --noconfirm --noprogressbar --quiet php imagemagick

USER build