X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=Dockerfile;h=6e76de11fee91bc4bfc0713fb618f03d2ba2839d;hb=refs%2Fchanges%2F88%2F14188%2F1;hp=026d47131ac8a716abf891fd13969ed55f722ea1;hpb=d13d599e9c39425d8d8ed9e93b47a9f931f62bb3;p=osm%2Fosmclient.git diff --git a/Dockerfile b/Dockerfile index 026d471..6e76de1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ # devops-stages/stage-build.sh # -FROM ubuntu:20.04 +FROM ubuntu:22.04 ARG APT_PROXY RUN if [ ! -z $APT_PROXY ] ; then \ @@ -34,17 +34,14 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update && \ debhelper \ dh-python \ git \ - python3.8 \ + python3 \ python3-all \ - python3.8-dev \ - python3-setuptools - -RUN python3 -m easy_install pip==21.3.1 -RUN pip install tox==3.24.5 + python3-dev \ + python3-setuptools \ + python3-pip \ + tox RUN DEBIAN_FRONTEND=noninteractive apt-get -y install \ - libcurl4-openssl-dev \ - libssl-dev \ wget ENV LC_ALL C.UTF-8