Update Dockerfile

This commit is contained in:
Bastian Schroll 2021-02-16 15:08:30 +01:00 committed by GitHub
parent 99859f961c
commit 77acab0429
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,5 +27,5 @@ RUN apk add libusb-dev libpulse && \
pip3 install pyyaml pip3 install pyyaml
COPY --from=boswatch /opt/boswatch/ /opt/boswatch/ COPY --from=boswatch /opt/boswatch/ /opt/boswatch/
COPY --from=multimon /opt/multimon/build/multimon-ng /opt/multimon/multimon-ng COPY --from=multimon /opt/multimon/build/multimon-ng /opt/multimon-ng
COPY --from=rtl_fm /opt/rtl_sdr/build/src/ /opt/rtl_sdr/build/src/ COPY --from=rtl_fm /opt/rtl_sdr/build/src/ /opt/rtl_sdr