From 2d1bcf221cae19658804c3ff0510434048c677d5 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Wed, 25 Sep 2019 23:40:17 +0200 Subject: [PATCH] add aprs images to the docker build --- docker/scripts/install-dependencies.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker/scripts/install-dependencies.sh b/docker/scripts/install-dependencies.sh index 3befe6c..854801d 100755 --- a/docker/scripts/install-dependencies.sh +++ b/docker/scripts/install-dependencies.sh @@ -58,4 +58,6 @@ make install cd .. rm -rf direwolf +git clone https://github.com/hessu/aprs-symbols /opt/aprs-symbols + apk del .build-deps