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