mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-07-27 04:02:23 +02:00
Add arm64 packages by default
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
FROM dockcross/base:latest
|
FROM dockcross/base:latest
|
||||||
MAINTAINER Matt McCormick "matt.mccormick@kitware.com"
|
MAINTAINER Matt McCormick "matt.mccormick@kitware.com"
|
||||||
|
RUN dpkg --add-architecture arm64 ; apt-get update
|
||||||
|
|
||||||
# The cross-compiling emulator
|
# The cross-compiling emulator
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
|
Reference in New Issue
Block a user