From 3d51064fcbafb2cc82cad3fa3e78cb025b358e58 Mon Sep 17 00:00:00 2001 From: Zach McDonough Date: Sun, 28 Feb 2021 15:07:28 -0800 Subject: [PATCH] Update Dockerfile.arm64 --- Dockerfile.arm64 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.arm64 b/Dockerfile.arm64 index 5cf8f2f..c9556e8 100644 --- a/Dockerfile.arm64 +++ b/Dockerfile.arm64 @@ -5,7 +5,7 @@ EXPOSE 8501 COPY requirements.txt . RUN pacman --noconfirm -Syu -RUN pacman --noconfirm -S cmake gcc python python-pip python-setuptools git util-linux +RUN pacman --noconfirm -S cmake gcc python python-pip python-setuptools git util-linux sudo RUN pip install -r requirements.txt RUN mkdir -p /app