From f17e5bb6b6da4432628dd65ce9ad633e6441f67c Mon Sep 17 00:00:00 2001 From: Gulsum Atici Date: Wed, 10 May 2023 22:52:57 +0300 Subject: [PATCH] Minor updates in Dockerfile Change-Id: I79b43654d181f6976a4e544d58fb92aa1b67e760 Signed-off-by: Gulsum Atici --- Dockerfile | 6 ++---- ...r_dockerfile_updates-c987b66df4a0f9d0.yaml | 21 +++++++++++++++++++ 2 files changed, 23 insertions(+), 4 deletions(-) create mode 100644 releasenotes/notes/minor_dockerfile_updates-c987b66df4a0f9d0.yaml 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. + -- 2.17.1