mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-04-20 22:05:13 +00:00
replace eb200 with runds
This commit is contained in:
parent
44270af88f
commit
13eaee5ee9
10 changed files with 21 additions and 20 deletions
12
docker/Dockerfiles/Dockerfile-runds
Normal file
12
docker/Dockerfiles/Dockerfile-runds
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
ARG ARCHTAG
|
||||
FROM openwebrx-base:$ARCHTAG
|
||||
|
||||
COPY docker/scripts/install-connectors.sh \
|
||||
docker/scripts/install-dependencies-runds.sh /
|
||||
|
||||
RUN /install-connectors.sh &&\
|
||||
rm /install-connectors.sh && \
|
||||
/install-dependencies-runds.sh && \
|
||||
rm /install-dependencies-runds.sh
|
||||
|
||||
COPY . /opt/openwebrx
|
||||
Loading…
Add table
Add a link
Reference in a new issue