mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-04-20 22:05:13 +00:00
install s6 overlay during normal dependency setup
This commit is contained in:
parent
305adc94fa
commit
d24abd436e
3 changed files with 20 additions and 34 deletions
|
|
@ -1,15 +1,12 @@
|
|||
FROM debian:buster-slim
|
||||
|
||||
ADD docker/scripts/install-s6.sh /
|
||||
RUN /install-s6.sh && \
|
||||
rm /install-s6.sh
|
||||
ENTRYPOINT ["/init"]
|
||||
|
||||
ADD docker/files/js8call/js8call-hamlib.patch /
|
||||
ADD docker/scripts/install-dependencies.sh /
|
||||
RUN /install-dependencies.sh && \
|
||||
rm /install-dependencies.sh
|
||||
|
||||
ENTRYPOINT ["/init"]
|
||||
|
||||
WORKDIR /opt/openwebrx
|
||||
|
||||
VOLUME /etc/openwebrx
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue