Skip to content

Commit

Permalink
Add build tools for psutil on arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
meatballs committed Dec 5, 2023
1 parent 707276d commit 0a287d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/app_server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
FROM python:3.11-slim-bookworm
COPY docker/app_server/requirements.txt ./

RUN apt-get -yyy update && apt-get -yyy install software-properties-common postgresql-client openjdk-17-jdk
RUN apt-get -yyy update && apt-get -yyy install gcc python3-dev software-properties-common postgresql-client openjdk-17-jdk

RUN pip install --upgrade pip
RUN pip install --extra-index-url=https://www.piwheels.org/simple -r requirements.txt
Expand Down

0 comments on commit 0a287d2

Please sign in to comment.