summaryrefslogtreecommitdiff
path: root/src/Dockerfile.arch
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2015-08-27 22:48:42 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2015-08-27 22:48:42 +0900
commit0d66ad23c61e799ff05c2291b0e8c9540ff7e23e (patch)
tree1bcfa55fd062a37bf8d1a8b2157103b21f9ac9e8 /src/Dockerfile.arch
parent7f7741099bd30649adac92551912b97475b9c202 (diff)
downloadfzf-0d66ad23c61e799ff05c2291b0e8c9540ff7e23e.tar.gz
Fix build script
Diffstat (limited to 'src/Dockerfile.arch')
-rw-r--r--src/Dockerfile.arch1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Dockerfile.arch b/src/Dockerfile.arch
index b5fd7c08..d014651b 100644
--- a/src/Dockerfile.arch
+++ b/src/Dockerfile.arch
@@ -2,6 +2,7 @@ FROM base/archlinux:2014.07.03
MAINTAINER Junegunn Choi <junegunn.c@gmail.com>
# apt-get
+RUN pacman-key --populate archlinux && pacman-key --refresh-keys
RUN pacman-db-upgrade && pacman -Syu --noconfirm base-devel git
# Install Go 1.4