projects
/
osm
/
tests.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83fb198
)
Update Dockerfile to remove libcurl and libssl dependencies
91/13591/4
author
garciadeblas
<gerardo.garciadeblas@telefonica.com>
Tue, 27 Jun 2023 22:19:09 +0000
(
00:19
+0200)
committer
garciadeblas
<gerardo.garciadeblas@telefonica.com>
Wed, 28 Jun 2023 11:58:29 +0000
(13:58 +0200)
Change-Id: I446b452c06b76b33e8ed5520402c90618322c86e
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
Dockerfile
patch
|
blob
|
history
diff --git
a/Dockerfile
b/Dockerfile
index
9206d0c
..
1ce50d5
100644
(file)
--- a/
Dockerfile
+++ b/
Dockerfile
@@
-43,8
+43,6
@@
RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
tox
RUN DEBIAN_FRONTEND=noninteractive apt-get -y install \
- libcurl4-openssl-dev \
- libssl-dev \
dh-make
ENV LC_ALL C.UTF-8