projects
/
osm
/
common.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0edc510
)
Minor updates in Dockerfile
55/13355/1
author
garciadeblas
<gerardo.garciadeblas@telefonica.com>
Wed, 10 May 2023 14:26:55 +0000
(16:26 +0200)
committer
garciadeblas
<gerardo.garciadeblas@telefonica.com>
Wed, 10 May 2023 14:26:55 +0000
(16:26 +0200)
Change-Id: Ia12406fef38b13c56ebec3be5bee53cd00441181
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
Dockerfile
patch
|
blob
|
history
diff --git
a/Dockerfile
b/Dockerfile
index
52c2c21
..
27ab273
100644
(file)
--- 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