Add static C++ libraries
This commit is contained in:
parent
94e51fb7d7
commit
a60d9fd1dd
@ -3,6 +3,7 @@ FROM fedora:40
|
|||||||
RUN true \
|
RUN true \
|
||||||
&& dnf -y update \
|
&& dnf -y update \
|
||||||
&& dnf -y install wget curl g++ openssl git make nodejs \
|
&& dnf -y install wget curl g++ openssl git make nodejs \
|
||||||
|
&& dnf -y install glibc-static libstdc++-static \
|
||||||
&& dnf clean all
|
&& dnf clean all
|
||||||
|
|
||||||
RUN true \
|
RUN true \
|
||||||
|
Loading…
Reference in New Issue
Block a user