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 99bdef0 commit 912eb4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ RUN apk update
RUN apk add --no-cache \
git \
bash \
linux-headers \
musl-dev \
python3 \
py3-pip gcc \
python3-dev \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ RUN apk update
RUN apk add --no-cache \
git \
bash \
linux-headers \
musl-dev \
python3 \
py3-pip gcc \
python3-dev \
Expand Down

0 comments on commit 912eb4f

Please sign in to comment.