Minor updates in Dockerfile 68/13368/2
authorGulsum Atici <gulsum.atici@canonical.com>
Wed, 10 May 2023 19:52:57 +0000 (22:52 +0300)
committerGulsum Atici <gulsum.atici@canonical.com>
Wed, 10 May 2023 19:58:06 +0000 (22:58 +0300)
Change-Id: I79b43654d181f6976a4e544d58fb92aa1b67e760
Signed-off-by: Gulsum Atici <gulsum.atici@canonical.com>
Dockerfile
releasenotes/notes/minor_dockerfile_updates-c987b66df4a0f9d0.yaml [new file with mode: 0644]

index 52c2c21..27ab273 100644 (file)
@@ -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 (file)
index 0000000..9a07beb
--- /dev/null
@@ -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.
+