mirror of
https://github.com/bitwarden/server.git
synced 2025-07-04 01:22:50 -05:00
fix: add SSL_CERT_DIR
to remaining images
This commit is contained in:
@ -54,6 +54,8 @@ FROM mcr.microsoft.com/dotnet/aspnet:8.0
|
||||
ARG TARGETPLATFORM
|
||||
LABEL com.bitwarden.product="bitwarden" com.bitwarden.project="setup"
|
||||
|
||||
ENV SSL_CERT_DIR=/etc/bitwarden/ca-certificates
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y --no-install-recommends \
|
||||
openssl \
|
||||
|
Reference in New Issue
Block a user