Also add ca-certificates

This commit is contained in:
Luke Street 2025-09-28 21:08:29 -06:00
parent d54ff9b9c6
commit d1ed0662d1

View File

@ -7,6 +7,7 @@ RUN apt-get update \
&& apt-get install -y --no-install-recommends \ && apt-get install -y --no-install-recommends \
binutils \ binutils \
binutils-mingw-w64-i686 \ binutils-mingw-w64-i686 \
ca-certificates \
cmake \ cmake \
file \ file \
g++-multilib \ g++-multilib \