Add libstdc++-static to build ax3600 nss image

This commit is contained in:
Daniel Pawlik
2024-07-23 09:21:07 +02:00
parent c6ef2ad84c
commit c8f81a37ea

View File

@@ -13,7 +13,7 @@ RUN dnf -y install vim bash-completion bzip2 gcc gcc-c++ git make ncurses-devel
python3-networkx python3-setuptools luajit2.1-luv libnghttp2-devel \
perl-Time-Piece perl-Test-CPAN-Meta-JSON net-snmp-libs \
e2fsprogs-libs pam-devel gcc-g++ cmake glibc-static libstdc++-static util-linux \
&& dnf clean all
libstdc++-static && dnf clean all
# To build BPI-R4-MT76-OPENWRT-V21.02
RUN dnf install -y usbutils bison flex openssl-devel \