aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorDaniel García <[email protected]>2018-07-01 17:40:02 +0200
committerDaniel García <[email protected]>2018-07-01 17:40:02 +0200
commitdfb348d6303010c08b6ff4224da7be47ef268902 (patch)
tree4b71b363e1832d8a975720fa4161a97bed07c12a /Dockerfile
parent22786c8c9d29db69be7bb15e71b76c5f31fd3b29 (diff)
downloadvaultwarden-dfb348d6303010c08b6ff4224da7be47ef268902.tar.gz
vaultwarden-dfb348d6303010c08b6ff4224da7be47ef268902.zip
Install CA certificates to make HTTPS connections work
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index ef1d9868..e058cff9 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -70,6 +70,7 @@ FROM debian:stretch-slim
# Install needed libraries
RUN apt-get update && apt-get install -y\
openssl\
+ ca-certificates\
--no-install-recommends\
&& rm -rf /var/lib/apt/lists/*