From 4e53ff14f1140a501c084ae0608db2430a92633b Mon Sep 17 00:00:00 2001 From: Kai Hendry Date: Thu, 10 Sep 2015 18:08:50 +0800 Subject: [PATCH] Quick fix for Archlinux keyring madness --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2625b6b..84c8f2b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM base/archlinux:latest MAINTAINER Kai Hendry -RUN pacman -Syu --noconfirm nginx php php-fpm supervisor +RUN pacman --noconfirm -Sy archlinux-keyring && pacman -q -Syu --noconfirm nginx php php-fpm supervisor # /srv/http used to match with Archlinux's php.ini open_basedir default ADD www /srv/http