mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-01-29 03:24:22 +01:00
actually uncouple base and owrx layer
This commit is contained in:
parent
19a4a37144
commit
bfc3684d75
|
|
@ -1,13 +1,14 @@
|
|||
FROM debian:buster-slim
|
||||
|
||||
COPY docker/files/js8call/js8call-hamlib.patch \
|
||||
docker/files/wsjtx/*.patch \
|
||||
docker/files/dream/*.patch \
|
||||
docker/files/wsjtx/wsjtx.patch \
|
||||
docker/files/wsjtx/wsjtx-hamlib.patch \
|
||||
docker/files/dream/dream.patch \
|
||||
docker/scripts/install-dependencies.sh \
|
||||
docker/scripts/install-owrx-tools.sh /
|
||||
RUN /install-dependencies.sh && \
|
||||
rm /install-dependencies.sh && \
|
||||
rm /*.patch
|
||||
COPY docker/scripts/install-owrx-tools.sh /
|
||||
RUN /install-owrx-tools.sh && \
|
||||
rm /install-owrx-tools.sh
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue