X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=docker%2FLCM%2FDockerfile;h=711bfd13f09c6a7a8b564a08a64e020cb9182652;hb=refs%2Fchanges%2F02%2F11102%2F1;hp=14850eaacf840145f24ca174afababdff9e2889a;hpb=28ec71bd516b7186bdb941b49bd1577f04d06bc7;p=osm%2Fdevops.git diff --git a/docker/LCM/Dockerfile b/docker/LCM/Dockerfile index 14850eaa..711bfd13 100644 --- a/docker/LCM/Dockerfile +++ b/docker/LCM/Dockerfile @@ -24,13 +24,11 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get --yes update && \ python3=3.6.7-1~18.04 \ python3-dev=3.6.7-1~18.04 \ python3-setuptools=39.0.1-2 \ - curl=7.58.0-2ubuntu3.13 && \ - python3 -m easy_install pip==21.0.1 - -RUN DEBIAN_FRONTEND=noninteractive apt-get --yes install \ + curl=7.58.0-2ubuntu3.14 \ apt-transport-https=1.6.12ubuntu0.2 \ gnupg2=2.2.4-1ubuntu1.4 \ - openssh-client + openssh-client && \ + python3 -m easy_install pip==21.0.1 RUN curl -s https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key add - \ && echo "deb https://apt.kubernetes.io/ kubernetes-xenial main" | tee -a /etc/apt/sources.list.d/kubernetes.list \