From fbe6bc13ee6735bf2b2be7853c2e014923545993 Mon Sep 17 00:00:00 2001 From: Qiang Huang Date: Fri, 28 Oct 2016 08:32:33 +0800 Subject: [PATCH] Remove legacy armhf things in aarch64 Dockerfile It's leftover from #20342 . We used to need this so we can use armv6 binaries as bootstrap to build golang. Now it's not needed. Signed-off-by: Qiang Huang Upstream-commit: ad06e3fba368041e57c419894752621f840c9715 Component: engine --- components/engine/Dockerfile.aarch64 | 5 ----- 1 file changed, 5 deletions(-) diff --git a/components/engine/Dockerfile.aarch64 b/components/engine/Dockerfile.aarch64 index 86ea8d2c35..e90c950099 100644 --- a/components/engine/Dockerfile.aarch64 +++ b/components/engine/Dockerfile.aarch64 @@ -52,11 +52,6 @@ RUN apt-get update && apt-get install -y \ iputils-ping \ --no-install-recommends -# Install armhf loader to use armv6 binaries on armv8 -RUN dpkg --add-architecture armhf \ - && apt-get update \ - && apt-get install -y libc6:armhf - # Get lvm2 source for compiling statically ENV LVM2_VERSION 2.02.103 RUN mkdir -p /usr/local/lvm2 \