Skip to content

Commit

Permalink
add psutil to netutil (#36125)
Browse files Browse the repository at this point in the history
* add psutil
  • Loading branch information
YaelShamai authored Feb 24, 2025
1 parent 399e4bb commit 4dae34a
Show file tree
Hide file tree
Showing 3 changed files with 289 additions and 244 deletions.
2 changes: 1 addition & 1 deletion docker/netutils/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ COPY scripts /opt/scripts

COPY requirements.txt .

RUN apk --update add --no-cache --virtual .build-dependencies python3-dev build-base wget git \
RUN apk --update add --no-cache --virtual .build-dependencies python3-dev gcc musl-dev linux-headers build-base wget git \
&& pip install --no-cache-dir -r requirements.txt \
&& apk del .build-dependencies

Expand Down
Loading

0 comments on commit 4dae34a

Please sign in to comment.