Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

not4review #21397

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions dockers/docker-sonic-bmp/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ RUN apt-get update
{{ install_python_wheels(docker_sonic_bmp_whls.split(' ')) }}
{% endif %}

RUN apt-get install -y build-essential

RUN pip3 install psutil
RUN pip3 install pysetns

RUN apt-get clean -y && \
apt-get autoclean - && \
apt-get autoremove -y && \
Expand Down
1 change: 1 addition & 0 deletions files/build/versions/host-image/versions-py3
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ prefixed==0.8.0
prettyprinter==0.18.0
protobuf==4.25.4
psutil==6.0.0
pysetns==0.3.0
ptyprocess==0.7.0
pyang==2.6.1
pyangbind==0.8.2
Expand Down
Loading