Add python packages to docker

This commit is contained in:
Srideep Devireddy 2019-06-27 20:30:55 -04:00
parent 387b8b0b3d
commit a825f7e601

View File

@ -7,6 +7,16 @@ RUN [ -f /etc/rsyslog.conf ] && sed -ri "s/%syslogtag%/$docker_container_name#%s
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update
RUN pip install connexion==1.1.15 \
python_dateutil==2.6.0\
setuptools >= 21.0.0 \
grpcio-tools == 1.20.0 \
pyangbind == 0.8.1 \
certifi==2017.4.17 \
python-dateutil==2.6.0 \
six==1.8.0 \
urllib3==1.21.1
#RUN apt-get install -f -y libdbus-1-3 libdaemon0 libjansson4