vw_small

Hardened fork of Vaultwarden (https://github.com/dani-garcia/vaultwarden) with fewer features.
git clone https://git.philomathiclife.com/repos/vw_small
Log | Files | Refs | README

commit dfb348d6303010c08b6ff4224da7be47ef268902
parent 22786c8c9d29db69be7bb15e71b76c5f31fd3b29
Author: Daniel GarcĂ­a <dani-garcia@users.noreply.github.com>
Date:   Sun,  1 Jul 2018 17:40:02 +0200

Install CA certificates to make HTTPS connections work

Diffstat:
MDockerfile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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/*