Skip to content

Commit

Permalink
not4review
Browse files Browse the repository at this point in the history
  • Loading branch information
FengPan-Frank committed Jan 13, 2025
1 parent 445d565 commit e110ab9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
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 python-dev

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

0 comments on commit e110ab9

Please sign in to comment.