RUN apt-get update && apt-get -y install curl software-properties-common
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y git make python3 \
- gpg-agent python3-pip python3-pymongo python3-aiohttp \
+ gpg-agent python3-pip \
python3-all python3-setuptools openssh-client libffi-dev libssl-dev \
- python3-bitarray python3-regex python3-lxml dh-python wget tox \
- python3-cffi \
+ wget tox python3-cffi \
&& python3 -m pip install -U pip \
- && python3 -m pip install -U aiokafka lxml six enum34 \
- && python3 -m pip install requests \
&& python3 -m pip install -U juju==2.8.2 \
&& rm -rf /var/lib/apt/lists/*
RUN python3 -m pip install -U "cffi==1.13.2"
-RUN python3 -m pip install grpcio==1.31.0 grpcio-tools==1.31.0 grpclib==0.3.2
-
ARG LCM_VERSION
ARG COMMON_VERSION
ARG N2VC_VERSION