1
0
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:
tangowithfoxtrot
2025-05-06 10:22:32 -07:00
parent 30e38a7136
commit 05e58cb9e4
3 changed files with 6 additions and 0 deletions

View File

@ -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 \