Add static C++ libraries
All checks were successful
on-push / infra/buildenv/node (push) Successful in 1m10s
on-push / infra/buildenv/cxx-amd64-fedora-40 (push) Successful in 11m46s

This commit is contained in:
RYAN 2024-10-10 20:31:56 +02:00
parent 94e51fb7d7
commit a60d9fd1dd
Signed by: RYAN
GPG Key ID: 3BD93EABD1407B82

View File

@ -3,6 +3,7 @@ FROM fedora:40
RUN true \
&& dnf -y update \
&& dnf -y install wget curl g++ openssl git make nodejs \
&& dnf -y install glibc-static libstdc++-static \
&& dnf clean all
RUN true \