mirror of
https://github.com/dani-garcia/vaultwarden
synced 2024-11-05 07:08:59 +01:00
Install CA certificates to make HTTPS connections work
This commit is contained in:
parent
22786c8c9d
commit
dfb348d630
1 changed files with 1 additions and 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/*
|
||||
|
||||
|
|
Loading…
Reference in a new issue