From 2e642ee278d19796a7d5db7e0614f817d6324296 Mon Sep 17 00:00:00 2001
From: sparklyballs <sparklyballs@gmail.com>
Date: Thu, 20 Apr 2017 11:42:12 +0100
Subject: [PATCH] build x86 xenial from rootfs like armhf and arm64 for
 consistency

---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 67ade91..2aa5d24 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM ubuntu:16.04
+FROM lsiobase/xenial-root-x86
 MAINTAINER sparklyballs
 
 # set version for s6 overlay
-- 
GitLab