diff options
author | Daniel García <[email protected]> | 2018-07-01 17:40:02 +0200 |
---|---|---|
committer | Daniel García <[email protected]> | 2018-07-01 17:40:02 +0200 |
commit | dfb348d6303010c08b6ff4224da7be47ef268902 (patch) | |
tree | 4b71b363e1832d8a975720fa4161a97bed07c12a /Dockerfile | |
parent | 22786c8c9d29db69be7bb15e71b76c5f31fd3b29 (diff) | |
download | vaultwarden-dfb348d6303010c08b6ff4224da7be47ef268902.tar.gz vaultwarden-dfb348d6303010c08b6ff4224da7be47ef268902.zip |
Install CA certificates to make HTTPS connections work
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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/* |