From 0ec899a75902e2a7e0ef3d99450bbde235d07ed6 Mon Sep 17 00:00:00 2001 From: name Date: Thu, 4 Jun 2020 22:17:01 +0000 Subject: [PATCH] Removed the check for hub.docker.com --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 08ffaac..7349e6b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,7 +37,8 @@ MAINTAINER 'https://sick.codes' ARG SIZE=32G ARG VERSION=10.14.6 -RUN [[ $(egrep -c '(svm|vmx)' /proc/cpuinfo) -gt 0 ]] || { echo KVM not possible on this host && exit 1; } +# This fails on hub.docker.com +# RUN [[ $(egrep -c '(svm|vmx)' /proc/cpuinfo) -gt 0 ]] || { echo KVM not possible on this host && exit 1; } WORKDIR /root RUN tee -a /etc/pacman.conf <<< '[community-testing]'