From d12af6d2033a81400973b4d0f9a3dfd6392662a4 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Sat, 12 Sep 2020 00:21:46 +0200 Subject: [PATCH] strip non-essential parts from direwolf in docker --- docker/scripts/install-dependencies.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docker/scripts/install-dependencies.sh b/docker/scripts/install-dependencies.sh index 1ce9f2e..e33d3e1 100755 --- a/docker/scripts/install-dependencies.sh +++ b/docker/scripts/install-dependencies.sh @@ -77,6 +77,10 @@ make enable_hamlib= make install cd .. rm -rf direwolf +# strip lots of generic documentation that will never be read inside a docker container +rm /usr/local/share/doc/direwolf/*.pdf +# examples are pointless, too +rm -rf /usr/local/share/doc/direwolf/examples/ git clone https://github.com/drowe67/codec2.git cd codec2