Removed the check for hub.docker.com

This commit is contained in:
name 2020-06-04 22:17:01 +00:00
parent f5811e8cab
commit 0ec899a759

View File

@ -37,7 +37,8 @@ MAINTAINER 'https://sick.codes' <https://sick.codes>
ARG SIZE=32G ARG SIZE=32G
ARG VERSION=10.14.6 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 WORKDIR /root
RUN tee -a /etc/pacman.conf <<< '[community-testing]' RUN tee -a /etc/pacman.conf <<< '[community-testing]'