X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=docker%2FLCM%2FDockerfile;h=abd437a68bfe1e40611e00e1af197a3ef4095607;hb=b89f26b8b330e5af11dc47c06c4e65cbbcd0a52b;hp=6cb51a289ce4f9fd7e2534caa895115a22e1da10;hpb=8686601c00337e33edb3f74d79d61c68d61d135f;p=osm%2Fdevops.git diff --git a/docker/LCM/Dockerfile b/docker/LCM/Dockerfile index 6cb51a28..abd437a6 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 \