From 2d09abb977973fed909179a9c892333906fd5abf Mon Sep 17 00:00:00 2001 From: Les De Ridder Date: Thu, 28 Apr 2016 17:53:15 +0200 Subject: [PATCH] Update the keyring before installing anything --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 4d81026..4d7ba86 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,6 +5,8 @@ MAINTAINER Scaleway (@scaleway) # Environment ENV SCW_BASE_IMAGE armbuild/scw-archlinux:2014-12-02 +# Update the keyring +RUN pacman -Sy --noconfirm archlinux-keyring # Force openssl upgrade first (bad symbol issue) RUN pacman -Sy --noconfirm --force openssl