strip non-essential parts from direwolf in docker
This commit is contained in:
parent
5f5cafe5ca
commit
d12af6d203
@ -77,6 +77,10 @@ make enable_hamlib=
|
|||||||
make install
|
make install
|
||||||
cd ..
|
cd ..
|
||||||
rm -rf direwolf
|
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
|
git clone https://github.com/drowe67/codec2.git
|
||||||
cd codec2
|
cd codec2
|
||||||
|
Loading…
Reference in New Issue
Block a user