Update the keyring before installing anything

This commit is contained in:
Les De Ridder 2016-04-28 17:53:15 +02:00
parent 1c8648b890
commit 2d09abb977
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@ MAINTAINER Scaleway <opensource@scaleway.com> (@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