Try to fix cross-compile build

This commit is contained in:
2024-10-09 20:19:53 -07:00
parent 5516477956
commit 52b4bf5a0e
3 changed files with 6 additions and 1 deletions
+1
View File
@@ -8,6 +8,7 @@ RUN chmod -R 777 /tmp
RUN apt-get update
RUN apt-get upgrade -y
RUN TZ=America/Los_Angeles DEBIAN_FRONTEND=noninteractive apt-get install -y \
binutils-aarch64-linux-gnu \
build-essential \
ccache \
clang \