From 02e4e5b18f24e84ba3fc880f604bc40ab46e2a3e Mon Sep 17 00:00:00 2001 From: Adam Harrison Date: Sun, 31 Mar 2024 11:01:51 -0400 Subject: [PATCH] Added in aarch64 cross compiler. --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 89dd37d..8f73508 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,9 +24,9 @@ FROM ubuntu:18.04 ADD libdecor-0-dev_0.1.0-3build1_amd64.deb libdecor-0-0_0.1.0-3build1_amd64.deb / # install deps -RUN apt-get update && apt-get upgrade && \ +RUN apt-get update && apt-get -y upgrade && \ apt-get install -y sudo ccache curl wget python3.7 python3-pip build-essential \ - zip unzip git cmake wayland-protocols libsdl2-dev software-properties-common clang && \ + zip unzip git cmake wayland-protocols libsdl2-dev software-properties-common clang gcc-aarch64-linux-gnu binutils-aarch64-linux-gnu && \ python3.7 -m pip install meson ninja # update git