Add curl installation to Dockerfile

This commit is contained in:
rustmailer
2025-11-19 09:44:31 +08:00
committed by GitHub
parent 77aae07167
commit 152478b767
+1
View File
@@ -18,6 +18,7 @@ RUN chmod +x /opt/bichon/bichon
# Install ca-certificates to ensure HTTPS certificate verification works correctly
RUN apt update && apt install -y ca-certificates && rm -rf /var/lib/apt/lists/*
RUN apt update && apt install -y ca-certificates curl && rm -rf /var/lib/apt/lists/*
# Create data directory
RUN mkdir -p /data