arch-ppa/src/php-imagick/Dockerfile

11 lines
235 B
Docker
Raw Normal View History

2018-01-16 01:28:03 -05:00
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