pass the tag the right way

This commit is contained in:
Jakob Ketterl
2019-12-27 16:59:14 +01:00
parent 2c4c88e30d
commit e5724620a8
7 changed files with 18 additions and 18 deletions

View File

@ -1,5 +1,5 @@
ARG ARCH
FROM openwebrx-soapysdr-base:$ARCH
ARG ARCHTAG
FROM openwebrx-soapysdr-base:$ARCHTAG
ADD docker/scripts/install-dependencies-airspy.sh /
RUN /install-dependencies-airspy.sh

View File

@ -1,5 +1,5 @@
ARG ARCH
FROM openwebrx-base:$ARCH
ARG ARCHTAG
FROM openwebrx-base:$ARCHTAG
ADD docker/scripts/install-dependencies-*.sh /
ADD docker/scripts/install-lib.*.patch /

View File

@ -1,5 +1,5 @@
ARG ARCH
FROM openwebrx-base:$ARCH
ARG ARCHTAG
FROM openwebrx-base:$ARCHTAG
ADD docker/scripts/install-dependencies-hackrf.sh /
RUN /install-dependencies-hackrf.sh

View File

@ -1,5 +1,5 @@
ARG ARCH
FROM openwebrx-base:$ARCH
ARG ARCHTAG
FROM openwebrx-base:$ARCHTAG
ADD docker/scripts/install-dependencies-rtlsdr.sh /
RUN /install-dependencies-rtlsdr.sh

View File

@ -1,5 +1,5 @@
ARG ARCH
FROM openwebrx-soapysdr-base:$ARCH
ARG ARCHTAG
FROM openwebrx-soapysdr-base:$ARCHTAG
ADD docker/scripts/install-dependencies-sdrplay.sh /
ADD docker/scripts/install-lib.*.patch /

View File

@ -1,5 +1,5 @@
ARG ARCH
FROM openwebrx-base:$ARCH
ARG ARCHTAG
FROM openwebrx-base:$ARCHTAG
ADD docker/scripts/install-dependencies-soapysdr.sh /
RUN /install-dependencies-soapysdr.sh