X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=docker%2FPOL%2FDockerfile;fp=docker%2FPOL%2FDockerfile;h=3e708b7392fae7e4672e8b2461d59ca3c8c2d13d;hb=6ba74b5969fe21b9eb3ec8a34df8f067d6de3397;hp=f78283a566628111828086842d3ad324a7b830fd;hpb=540d93716ee0a4c4ffd070120779c1c40f6f353c;p=osm%2Fdevops.git diff --git a/docker/POL/Dockerfile b/docker/POL/Dockerfile index f78283a5..3e708b73 100644 --- a/docker/POL/Dockerfile +++ b/docker/POL/Dockerfile @@ -48,7 +48,8 @@ RUN pip3 install \ FROM ubuntu:20.04 as FINAL RUN DEBIAN_FRONTEND=noninteractive apt-get --yes update && \ - DEBIAN_FRONTEND=noninteractive apt-get --yes install python3-minimal=3.8.* + DEBIAN_FRONTEND=noninteractive apt-get --yes install python3-minimal=3.8.* \ + && rm -rf /var/lib/apt/lists/* COPY --from=INSTALL /usr/lib/python3/dist-packages /usr/lib/python3/dist-packages COPY --from=INSTALL /usr/local/lib/python3.8/dist-packages /usr/local/lib/python3.8/dist-packages