diff --git a/linux/Dockerfile b/linux/Dockerfile index 484be29..a60896d 100755 --- a/linux/Dockerfile +++ b/linux/Dockerfile @@ -17,6 +17,7 @@ ENV DEBIAN_FRONTEND=noninteractive RUN apt-get update \ && apt-get upgrade -y \ + && apt-get install -y \ && apt-get install -y \ apt-utils \ git \ @@ -26,6 +27,8 @@ RUN apt-get update \ gcc-aarch64-linux-gnu g++-aarch64-linux-gnu \ python3-venv + python3-venv + # dpkg --add-architecture arm64 \ # # Setup llvm sources