mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-04-04 22:19:04 +00:00
multi-platform build
This commit is contained in:
parent
74930ba253
commit
dea09d8eaa
4 changed files with 46 additions and 11 deletions
|
|
@ -1,4 +1,5 @@
|
|||
FROM raspbian/stretch
|
||||
ARG BASE_IMAGE
|
||||
FROM $BASE_IMAGE
|
||||
|
||||
ADD docker/scripts/install-dependencies.sh /
|
||||
RUN /install-dependencies.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue