Skip to content

Commit

Permalink
fix: add psutil for arm compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
KnownBlackHat committed Sep 5, 2024
1 parent 0813532 commit 135a16b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM python:3.12-slim

ENV PIP_NO_CACHE_DIR=false

RUN apt update && apt install -y libraqm*
RUN apt update && apt install -y libraqm* psutil

WORKDIR /app

Expand Down

0 comments on commit 135a16b

Please sign in to comment.