aboutsummarylogtreecommitdiffstats
path: root/Dockerfile
blob: cb47ee031be61ea3a46f231857d0fb870b0ba419 (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

USER build