Skip to content

Commit e110ab9

Browse files
committed
not4review
1 parent 445d565 commit e110ab9

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

dockers/docker-sonic-bmp/Dockerfile.j2

+5
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ RUN apt-get update
2828
{{ install_python_wheels(docker_sonic_bmp_whls.split(' ')) }}
2929
{% endif %}
3030

31+
RUN apt-get install -y build-essential python-dev
32+
33+
RUN pip3 install psutil
34+
RUN pip3 install pysetns
35+
3136
RUN apt-get clean -y && \
3237
apt-get autoclean - && \
3338
apt-get autoremove -y && \

files/build/versions/host-image/versions-py3

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ prefixed==0.8.0
4747
prettyprinter==0.18.0
4848
protobuf==4.25.4
4949
psutil==6.0.0
50+
pysetns==0.3.0
5051
ptyprocess==0.7.0
5152
pyang==2.6.1
5253
pyangbind==0.8.2

0 commit comments

Comments
 (0)