From c8f81a37ea7b2803352fc33165aadc0403c8c39f Mon Sep 17 00:00:00 2001 From: Daniel Pawlik Date: Tue, 23 Jul 2024 09:21:07 +0200 Subject: [PATCH] Add libstdc++-static to build ax3600 nss image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 45c5d11..a9be384 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \