actually uncouple base and owrx layer

This commit is contained in:
Jakob Ketterl 2020-09-06 23:33:45 +02:00
parent 19a4a37144
commit bfc3684d75

View File

@ -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