X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=Dockerfile;h=7784d7e27ae88892ea31eef48796a4b113228b56;hb=ee6a79bb06e4e711c618f034605a37447e37f292;hp=f2d0e6e0ef889cb8b6b31d2d030987054d3502e2;hpb=e00916ce7792f2ea3e518c15bcffb2ecb86031c9;p=osm%2FNG-SA.git diff --git a/Dockerfile b/Dockerfile index f2d0e6e..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==21.3.1 -RUN pip install tox==3.24.5 +ENV LC_ALL C.UTF-8 +ENV LANG C.UTF-8