Исправление работы подключения к сайтам из-за отсутствия сертификатов.

This commit is contained in:
2025-04-18 00:28:55 +04:00
parent 4c738085f2
commit 49ce0005dc

View File

@@ -6,7 +6,7 @@ ARG BINARY_NAME
WORKDIR /app/
RUN apt update && \
apt install -y libpq5
apt install -y libpq5 ca-certificates openssl
COPY ./${BINARY_NAME} /bin/main
RUN chmod +x /bin/main