We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 445d565 commit e110ab9Copy full SHA for e110ab9
dockers/docker-sonic-bmp/Dockerfile.j2
@@ -28,6 +28,11 @@ RUN apt-get update
28
{{ install_python_wheels(docker_sonic_bmp_whls.split(' ')) }}
29
{% endif %}
30
31
+RUN apt-get install -y build-essential python-dev
32
+
33
+RUN pip3 install psutil
34
+RUN pip3 install pysetns
35
36
RUN apt-get clean -y && \
37
apt-get autoclean - && \
38
apt-get autoremove -y && \
files/build/versions/host-image/versions-py3
@@ -47,6 +47,7 @@ prefixed==0.8.0
47
prettyprinter==0.18.0
48
protobuf==4.25.4
49
psutil==6.0.0
50
+pysetns==0.3.0
51
ptyprocess==0.7.0
52
pyang==2.6.1
53
pyangbind==0.8.2
0 commit comments