projects
/
osm
/
osmclient.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b988db
)
Remove libcurl and libssl from stage-2 Dockerfile
96/13596/1
release-v14.0-start
author
garciadeblas
<gerardo.garciadeblas@telefonica.com>
Wed, 28 Jun 2023 15:24:26 +0000
(17:24 +0200)
committer
garciadeblas
<gerardo.garciadeblas@telefonica.com>
Wed, 28 Jun 2023 15:24:26 +0000
(17:24 +0200)
Change-Id: I1353e23ee3cc60e6df23c698062c604e5f42b593
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
Dockerfile
patch
|
blob
|
history
diff --git
a/Dockerfile
b/Dockerfile
index
dfd9ff9
..
6e76de1
100644
(file)
--- a/
Dockerfile
+++ b/
Dockerfile
@@
-42,8
+42,6
@@
RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
tox
RUN DEBIAN_FRONTEND=noninteractive apt-get -y install \
- libcurl4-openssl-dev \
- libssl-dev \
wget
ENV LC_ALL C.UTF-8