patch wsjt-x to use packaged hamlib, too
This commit is contained in:
@ -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"]
|
||||
|
||||
|
Reference in New Issue
Block a user