X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=docker%2FLCM%2FDockerfile;h=f7bcf09aef1ae272326a59064e8d68e2ce27cfb2;hb=ca27568f412734acf80a99beb66aaca063882dca;hp=405b937ccb3a3e4085a2fa51819c632d41e4aece;hpb=fae01a9caf3b3a4234e25ebc3f4f6182ac487adb;p=osm%2Fdevops.git diff --git a/docker/LCM/Dockerfile b/docker/LCM/Dockerfile index 405b937c..f7bcf09a 100644 --- a/docker/LCM/Dockerfile +++ b/docker/LCM/Dockerfile @@ -66,9 +66,9 @@ RUN pip3 install \ FROM ubuntu:18.04 RUN DEBIAN_FRONTEND=noninteractive apt-get --yes update && \ - DEBIAN_FRONTEND=noninteractive apt-get --yes install python3-minimal=3.6.* - -RUN DEBIAN_FRONTEND=noninteractive apt-get --yes install ca-certificates + DEBIAN_FRONTEND=noninteractive apt-get --yes install \ + python3-minimal=3.6.* \ + ca-certificates COPY --from=INSTALL /usr/lib/python3/dist-packages /usr/lib/python3/dist-packages COPY --from=INSTALL /usr/local/lib/python3.6/dist-packages /usr/local/lib/python3.6/dist-packages