repositories
/
mbt-docker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8124972
)
Add ca-certificates to the image for vault requesting
author
Jérôme Benoit
<jerome.benoit@sap.com>
Thu, 29 Sep 2022 17:34:58 +0000
(19:34 +0200)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Thu, 29 Sep 2022 17:34:58 +0000
(19:34 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Dockerfile
patch
|
blob
|
blame
|
history
diff --git
a/Dockerfile
b/Dockerfile
index 4b7a56bbc0b8f31b8e08fc618925b4a735b492b3..cc013d88fb3700a039a895c9e2d8b209b4460fac 100644
(file)
--- a/
Dockerfile
+++ b/
Dockerfile
@@
-158,7
+158,7
@@
RUN set -ex \
# SAP e-Mobility requirements
RUN set -ex \
&& apt-get update \
- && apt-get install -y build-essential python3 --no-install-recommends \
+ && apt-get install -y
ca-certificates
build-essential python3 --no-install-recommends \
&& rm -rf /var/lib/apt/lists/* \
# smoke test
&& python3 --version