X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=Dockerfile-local;h=c0072094970fe142c6ec43fcf6a59f569c914d75;hb=bf1d0f10e219ae475213b947ce8c76c77c40c452;hp=3e84512dfa115196d1725dea98d0a815f05b51c6;hpb=ed502b16e1ad9ffbfed1a406634a40f2a76db0fd;p=osm%2FRO.git diff --git a/Dockerfile-local b/Dockerfile-local index 3e84512d..c0072094 100644 --- a/Dockerfile-local +++ b/Dockerfile-local @@ -29,7 +29,7 @@ RUN apt-get update && apt-get install -y git python3 python3-pip \ RUN DEBIAN_FRONTEND=noninteractive apt-get -y install python3-neutronclient python3-openstackclient \ python3-requests python3-netaddr python3-argcomplete \ && DEBIAN_FRONTEND=noninteractive python3 -m pip install -U jsonrpclib-pelix cvprac \ - "osm-im @ git+https://osm.etsi.org/gerrit/osm/IM.git#egg=osm-im" azure boto "fog05rest>=0.0.4" \ + "osm-im @ git+https://osm.etsi.org/gerrit/osm/IM.git#egg=osm-im" "azure==4.0.0" boto "fog05rest>=0.0.4" \ untangle pyone "oca @ git+https://github.com/python-oca/python-oca#egg=oca" # DEBIAN_FRONTEND=noninteractive apt-get -y install python-openstacksdk python-openstackclient && \