patch dream to avoid hamlib and link with faad2 correctly

This commit is contained in:
Jakob Ketterl
2020-09-05 00:40:36 +02:00
parent 9a5286ca24
commit f6e0cf2b71
3 changed files with 100 additions and 2 deletions

View File

@ -2,6 +2,7 @@ FROM debian:buster-slim
COPY docker/files/js8call/js8call-hamlib.patch \
docker/files/wsjtx/*.patch \
docker/files/dream/*.patch \
docker/scripts/install-dependencies.sh \
docker/scripts/install-owrx-tools.sh /
RUN /install-dependencies.sh && \