mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-04-04 14:08:38 +00:00
move stuff to alpine to reduce image size (sdrplay not woking yet)
This commit is contained in:
parent
dea09d8eaa
commit
8d10fc573f
7 changed files with 79 additions and 23 deletions
|
|
@ -1,6 +1,8 @@
|
|||
ARG BASE_IMAGE
|
||||
FROM $BASE_IMAGE
|
||||
|
||||
RUN apk add --no-cache bash
|
||||
|
||||
ADD docker/scripts/install-dependencies.sh /
|
||||
RUN /install-dependencies.sh
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
FROM openwebrx-base
|
||||
ARG ARCH
|
||||
FROM openwebrx-base:$ARCH
|
||||
|
||||
ADD docker/scripts/install-dependencies-sdrplay.sh /
|
||||
RUN /install-dependencies-sdrplay.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue