From: Gulsum Atici Date: Wed, 10 May 2023 19:52:57 +0000 (+0300) Subject: Minor updates in Dockerfile X-Git-Tag: release-v14.0-start~11 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FRO.git;a=commitdiff_plain;h=f17e5bb6b6da4432628dd65ce9ad633e6441f67c Minor updates in Dockerfile Change-Id: I79b43654d181f6976a4e544d58fb92aa1b67e760 Signed-off-by: Gulsum Atici --- diff --git a/Dockerfile b/Dockerfile index 52c2c219..27ab273a 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 diff --git a/releasenotes/notes/minor_dockerfile_updates-c987b66df4a0f9d0.yaml b/releasenotes/notes/minor_dockerfile_updates-c987b66df4a0f9d0.yaml new file mode 100644 index 00000000..9a07beb0 --- /dev/null +++ b/releasenotes/notes/minor_dockerfile_updates-c987b66df4a0f9d0.yaml @@ -0,0 +1,21 @@ +####################################################################################### +# Copyright ETSI Contributors and Others. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or +# implied. +# See the License for the specific language governing permissions and +# limitations under the License. +####################################################################################### +--- +upgrade: + - | + Removing tox and pip installation using pip from Dockerfile. +