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

MAINTAINER Spencer Rinehart <anubis@overthemonkey.com>

USER root

RUN pacman --sync --refresh --noconfirm --noprogressbar --quiet && pacman --sync --noconfirm --noprogressbar --quiet php gpgme

USER build