From: aguilarherna Date: Mon, 21 Mar 2022 09:10:45 +0000 (+0000) Subject: Added some comments in Dockerfile X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=f9a41d86c8233d4e2a02d648218a4ad62f52b523;p=osm%2Fdocker-api-fe.git Added some comments in Dockerfile --- diff --git a/Dockerfile b/Dockerfile index d811e1a..62702f2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,6 +25,14 @@ RUN apt-get update && apt-get install -y git python3 python3-pip \ && python3 -m pip install -U grpclib \ && python3 -m pip install -U PyYAML +# Libraries used by the vnf: asyncssh, ansible +#RUN apt-get update && apt-get install software-properties-common \ +# && apt-add-repository --yes --update ppa:ansible/ansible \ +# && apt install ansible \ +# && python3 -m pip install asyncssh +#RUN apt-get update \ +# && python3 -m pip install asyncssh + # Copy the current directory contents into the container at /app/LCM ADD . /app/EE