mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
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>
This commit is contained in:
parent
9e206b5512
commit
ad06e3fba3
1 changed files with 0 additions and 5 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue