Build fix for docker with python packages
This commit is contained in:
parent
a825f7e601
commit
8e4b212694
@ -9,12 +9,12 @@ 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 \
|
||||
setuptools==21.0.0 \
|
||||
grpcio-tools==1.20.0 \
|
||||
pyangbind==0.6.0 \
|
||||
certifi==2017.4.17 \
|
||||
python-dateutil==2.6.0 \
|
||||
six==1.8.0 \
|
||||
six==1.11.0 \
|
||||
urllib3==1.21.1
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user