mirror of
https://github.com/rustmailer/rustmailer.git
synced 2026-09-11 08:04:33 +00:00
fix(docker): # Install ca-certificates to ensure HTTPS certificate verification works correctly
This commit is contained in:
@@ -17,6 +17,9 @@ COPY license.html /opt/rustmailer/
|
||||
# Set proper permissions
|
||||
RUN chmod +x /opt/rustmailer/rustmailer
|
||||
|
||||
# Install ca-certificates to ensure HTTPS certificate verification works correctly
|
||||
RUN apt update && apt install -y ca-certificates && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Create data directory
|
||||
RUN mkdir -p /data
|
||||
|
||||
|
||||
Reference in New Issue
Block a user