Browse code

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 <h.huangqiang@huawei.com>

Qiang Huang authored on 2016/10/28 09:32:33
Showing 1 changed files
... ...
@@ -52,11 +52,6 @@ RUN apt-get update && apt-get install -y \
52 52
 	iputils-ping \
53 53
 	--no-install-recommends
54 54
 
55
-# Install armhf loader to use armv6 binaries on armv8
56
-RUN dpkg --add-architecture armhf \
57
-	&& apt-get update \
58
-	&& apt-get install -y libc6:armhf
59
-
60 55
 # Get lvm2 source for compiling statically
61 56
 ENV LVM2_VERSION 2.02.103
62 57
 RUN mkdir -p /usr/local/lvm2 \