move stuff to alpine to reduce image size (sdrplay not woking yet)

This commit is contained in:
Jakob Ketterl
2019-01-22 14:52:53 +00:00
parent dea09d8eaa
commit 8d10fc573f
7 changed files with 79 additions and 23 deletions

View File

@ -1,4 +1,5 @@
FROM openwebrx-base
ARG ARCH
FROM openwebrx-base:$ARCH
ADD docker/scripts/install-dependencies-rtlsdr.sh /
RUN /install-dependencies-rtlsdr.sh