move openwebrx installation to the end to profit from docker build cache
This commit is contained in:
@ -19,3 +19,5 @@ RUN /install-dependencies-rtlsdr.sh &&\
|
||||
ADD docker/scripts/install-connectors.sh /
|
||||
RUN /install-connectors.sh &&\
|
||||
rm /install-connectors.sh
|
||||
|
||||
ADD . /opt/openwebrx
|
||||
|
Reference in New Issue
Block a user