Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2018-04-25 15:10:21 -04:00
parent 8481ba9fd4
commit 3878dbe526
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3

View File

@ -4,8 +4,10 @@ LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN dpkg --add-architecture arm64 \
&& dpkg --add-architecture ppc64el \
&& apt-get update && apt-get install -y \
bison \
ca-certificates \
curl \
flex \
gnupg \
crossbuild-essential-arm64 \
crossbuild-essential-ppc64el \