Skip to content
Snippets Groups Projects
Commit da0e40f9 authored by fonsecaj's avatar fonsecaj Committed by Mark Beierl
Browse files

Python Version update


Change-Id: I4d3f97fadba047586949c1bdf4e15c1e7043b3f0
Author: João Fonseca <jpedrofonseca@av.it.pt>
Committer: João Fonseca <jpedrofonseca@av.it.pt>
Signed-off-by: default avatarJoão Fonseca <jpedrofonseca@av.it.pt>
parent 903379cd
No related branches found
No related tags found
No related merge requests found
......@@ -34,9 +34,10 @@ RUN apt-get update \
libffi-dev \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* \
&& python3 -m pip install -U pip
&& python3 -m pip install --upgrade pip
RUN python3 --version && pip --version
RUN pip3 install 'pyyaml>=5.1.2' 'paramiko' 'chardet==3.0.4' \
RUN python3 -m pip install 'pyyaml>=5.1.2' 'paramiko' 'chardet==3.0.4' \
'lxml==4.6.2' 'humanfriendly==9.0.*' 'aiokafka>=0.7.0' \
'prometheus_client==0.4.*' 'python-keystoneclient==3.15.*' \
'six==1.15.0' 'requests==2.25.*' 'gnocchiclient==7.0.*' \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment