From 721c7f0d56a43ce4d709565518304a2978f56366 Mon Sep 17 00:00:00 2001 From: Les De Ridder Date: Thu, 28 Apr 2016 17:51:00 +0200 Subject: [PATCH] Use x86-64 image instead of ARM image --- Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1908985..c28ab5d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,4 @@ -## -*- docker-image-name: "armbuild/scw-distrib-archlinux:latest" -*- -FROM armbuild/archlinux-disk:2014-12-02 +FROM base/archlinux MAINTAINER Scaleway (@scaleway) @@ -78,7 +77,7 @@ RUN passwd -d root # Cleanup RUN pacman-db-upgrade \ - && pacman -Rns linux-armv7 --noconfirm \ + && pacman -Rns linux --noconfirm \ && pacman -Sc --noconfirm \ && rm -rf /var/cache/pacman/pkg \ && localepurge-config && localepurge \