From 6d1addd3759b2619d667b8fa7a5749b863cc32bb Mon Sep 17 00:00:00 2001 From: Alexander Huszagh Date: Sun, 13 Nov 2022 18:13:37 -0600 Subject: [PATCH] Update docker/Dockerfile.x86_64-unknown-linux-gnu.centos MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Emil Gardström --- docker/Dockerfile.x86_64-unknown-linux-gnu.centos | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/Dockerfile.x86_64-unknown-linux-gnu.centos b/docker/Dockerfile.x86_64-unknown-linux-gnu.centos index 827f62b4e..62477d3d6 100644 --- a/docker/Dockerfile.x86_64-unknown-linux-gnu.centos +++ b/docker/Dockerfile.x86_64-unknown-linux-gnu.centos @@ -1,3 +1,3 @@ -# FIXME: this file is currently never used. -# it should probably be supported for aarch64 hosts later. +# HACK: this file is currently never used and only exists for usage with `Dockerfile.native.centos` +# it will be supported for aarch64 hosts, see #751 and #975 FROM ubuntu:20.04