fix: install ca-certificates

This commit is contained in:
murdle 2026-02-28 18:29:49 +02:00
parent 2ae5bd3393
commit e4a690c3ec

View File

@ -14,6 +14,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
python3 \ python3 \
make \ make \
g++ \ g++ \
ca-certificates \
&& update-ca-certificates \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y \ RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y \