Merge pull request #27848 from hqhq/remove_armhf_in_aarch64

Remove legacy armhf things in aarch64 Dockerfile
Upstream-commit: 68a981105fa1b4231ad5735ad758f87adf3bdb67
Component: engine
This commit is contained in:
Vincent Demeester
2016-11-02 08:09:59 +01:00
committed by GitHub
-5
View File
@@ -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 \