Skip to content

Commit

Permalink
add psutil
Browse files Browse the repository at this point in the history
  • Loading branch information
thewhiteh4t committed Aug 27, 2023
1 parent c258e95 commit 99bdef0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ RUN apk update
RUN apk add --no-cache \
git \
bash \
linux-headers \
python3 \
py3-pip gcc \
python3-dev \
Expand Down
1 change: 1 addition & 0 deletions Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ RUN apk update
RUN apk add --no-cache \
git \
bash \
linux-headers \
python3 \
py3-pip gcc \
python3-dev \
Expand Down

0 comments on commit 99bdef0

Please sign in to comment.