Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Commit

Permalink
Fix arm64 build
Browse files Browse the repository at this point in the history
  • Loading branch information
rancher-ci committed Feb 6, 2019
1 parent 2e7480f commit 9757663
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
FROM golang:1.11.4-stretch

RUN dpkg --add-architecture armel \
&& dpkg --add-architecture armhf \
&& dpkg --add-architecture arm64 \
&& dpkg --add-architecture ppc64el \
&& apt-get update && apt-get install -y \
RUN apt-get update && apt-get install -y \
build-essential \
curl \
sudo \
Expand All @@ -26,8 +22,7 @@ RUN dpkg --add-architecture armel \
python-minimal \
uidmap \
kmod \
crossbuild-essential-armel crossbuild-essential-armhf crossbuild-essential-arm64 crossbuild-essential-ppc64el \
libseccomp-dev:armel libseccomp-dev:armhf libseccomp-dev:arm64 libseccomp-dev:ppc64el \
libseccomp-dev \
--no-install-recommends \
&& apt-get clean

Expand Down

0 comments on commit 9757663

Please sign in to comment.