mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-04-04 14:07:32 +00:00
patch wsjt-x to use packaged hamlib, too
This commit is contained in:
parent
d24abd436e
commit
d2a4f2bc46
3 changed files with 95 additions and 1 deletions
|
|
@ -1,9 +1,11 @@
|
|||
FROM debian:buster-slim
|
||||
|
||||
ADD docker/files/js8call/js8call-hamlib.patch /
|
||||
ADD docker/files/wsjtx/*.patch /
|
||||
ADD docker/scripts/install-dependencies.sh /
|
||||
RUN /install-dependencies.sh && \
|
||||
rm /install-dependencies.sh
|
||||
rm /install-dependencies.sh && \
|
||||
rm /*.patch
|
||||
|
||||
ENTRYPOINT ["/init"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue