Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Fixing PS_UTIL issue on python3.10

gcc musl-dev linux-headers python3-dev

giampaolo/psutil#2192

Signed-off-by: Sean P. Goggins <[email protected]>
  • Loading branch information
sgoggins authored Jan 26, 2024
1 parent b61480b commit 79d74a1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ RUN set -x \
bash \
curl \
gcc \
musl-dev \
linux-headers
python3-dev \
python3-distutils \
wget \
postgresql-client \
Expand Down

0 comments on commit 79d74a1

Please sign in to comment.