X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=Dockerfile;h=7784d7e27ae88892ea31eef48796a4b113228b56;hb=refs%2Fchanges%2F02%2F13402%2F4;hp=db2155d35db8ab7aec163c836e46001dc2e24940;hpb=6683456ee66a599d2685832edbde82e66647b223;p=osm%2FNG-SA.git diff --git a/Dockerfile b/Dockerfile index db2155d..7784d7e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,7 @@ # devops-stages/stage-build.sh # -FROM ubuntu:20.04 +FROM ubuntu:22.04 ARG APT_PROXY RUN if [ ! -z $APT_PROXY ] ; then \ @@ -39,8 +39,10 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update && \ python3 \ python3-all \ python3-dev \ - python3-setuptools + python3-setuptools \ + python3-pip \ + tox -RUN python3 -m easy_install pip==22.3 -RUN pip install tox==3.24.5 +ENV LC_ALL C.UTF-8 +ENV LANG C.UTF-8