Skip to content

Commit 82acec7

Browse files
authored
Merge pull request #8 from project-arlo/dell_dev_changes1
Dell dev changes1
2 parents 1260d46 + 8e4b212 commit 82acec7

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

dockers/docker-sonic-mgmt-framework/Dockerfile.j2

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ RUN [ -f /etc/rsyslog.conf ] && sed -ri "s/%syslogtag%/$docker_container_name#%s
77
ENV DEBIAN_FRONTEND=noninteractive
88

99
RUN apt-get update
10+
RUN pip install connexion==1.1.15 \
11+
python_dateutil==2.6.0\
12+
setuptools==21.0.0 \
13+
grpcio-tools==1.20.0 \
14+
pyangbind==0.6.0 \
15+
certifi==2017.4.17 \
16+
python-dateutil==2.6.0 \
17+
six==1.11.0 \
18+
urllib3==1.21.1
19+
1020

1121
#RUN apt-get install -f -y libdbus-1-3 libdaemon0 libjansson4
1222

0 commit comments

Comments
 (0)