move openwebrx installation to the end to profit from docker build cache

This commit is contained in:
Jakob Ketterl
2020-03-21 21:44:09 +01:00
parent 05485ba8e3
commit 7948b7bfa1
11 changed files with 18 additions and 2 deletions

View File

@ -4,3 +4,5 @@ FROM openwebrx-soapysdr-base:$ARCHTAG
ADD docker/scripts/install-dependencies-limesdr.sh /
RUN /install-dependencies-limesdr.sh &&\
rm /install-dependencies-limesdr.sh
ADD . /opt/openwebrx