actually uncouple base and owrx layer
This commit is contained in:
parent
19a4a37144
commit
bfc3684d75
@ -1,13 +1,14 @@
|
|||||||
FROM debian:buster-slim
|
FROM debian:buster-slim
|
||||||
|
|
||||||
COPY docker/files/js8call/js8call-hamlib.patch \
|
COPY docker/files/js8call/js8call-hamlib.patch \
|
||||||
docker/files/wsjtx/*.patch \
|
docker/files/wsjtx/wsjtx.patch \
|
||||||
docker/files/dream/*.patch \
|
docker/files/wsjtx/wsjtx-hamlib.patch \
|
||||||
|
docker/files/dream/dream.patch \
|
||||||
docker/scripts/install-dependencies.sh \
|
docker/scripts/install-dependencies.sh \
|
||||||
docker/scripts/install-owrx-tools.sh /
|
|
||||||
RUN /install-dependencies.sh && \
|
RUN /install-dependencies.sh && \
|
||||||
rm /install-dependencies.sh && \
|
rm /install-dependencies.sh && \
|
||||||
rm /*.patch
|
rm /*.patch
|
||||||
|
COPY docker/scripts/install-owrx-tools.sh /
|
||||||
RUN /install-owrx-tools.sh && \
|
RUN /install-owrx-tools.sh && \
|
||||||
rm /install-owrx-tools.sh
|
rm /install-owrx-tools.sh
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user