Add arm64 packages by default

This commit is contained in:
Nadav 2018-03-15 14:37:54 +02:00 committed by GitHub
parent 8efd22e3df
commit 496c4a2597
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,6 @@
FROM dockcross/base:latest
MAINTAINER Matt McCormick "matt.mccormick@kitware.com"
RUN dpkg --add-architecture arm64 ; apt-get update
# The cross-compiling emulator
RUN apt-get update && apt-get install -y \