X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Fcommon.git;a=blobdiff_plain;f=Dockerfile;fp=Dockerfile;h=27ab273a240d0b2331f4f573d7ebb0f05c2be2f0;hp=52c2c21992b48f1ee2ea2ec01fbd184f99182d29;hb=db28d4290a34ed1a7ac7a2ca10cab7eb34a55fd1;hpb=0edc5108ac7e584cac210ed6bae8b8ef09511388 diff --git a/Dockerfile b/Dockerfile index 52c2c21..27ab273 100644 --- a/Dockerfile +++ b/Dockerfile @@ -38,10 +38,8 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update && \ python3-all \ python3-dev \ python3-setuptools \ - python3-pip - -RUN python3 -m pip install -U pip==23.1 -RUN pip install tox + python3-pip \ + tox ENV LC_ALL C.UTF-8 ENV LANG C.UTF-8