Update Dockerfile.arm64

pull/55/head
Zach McDonough 2021-02-28 15:07:28 -08:00 committed by GitHub
parent 82a1a837e6
commit 3d51064fcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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