X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=docker%2FLCM%2FDockerfile;h=8b2cee699fdc306cf3226d03222587eac07841e1;hb=2f3a6c3bcf64cc26abf6e6f24fbeb02d20a8fe11;hp=34ab1272c91600c07ef5a86c14dffed25001d8ad;hpb=0ccc31e778747d2c61fbb060c5d2195d2d6bb1c7;p=osm%2Fdevops.git diff --git a/docker/LCM/Dockerfile b/docker/LCM/Dockerfile index 34ab1272..8b2cee69 100644 --- a/docker/LCM/Dockerfile +++ b/docker/LCM/Dockerfile @@ -39,7 +39,7 @@ APT::AutoRemove::SuggestsImportant "false";\n'\ RUN apt-get update && apt-get -y install curl software-properties-common -RUN apt-get install -y git make python3 \ +RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y git make python3 \ python3-pip python3-pymongo python3-aiohttp \ python3-all python3-setuptools openssh-client libffi-dev libssl-dev \ python3-bitarray python3-regex python3-lxml dh-python wget tox \