missed remove .liq from dockerfile
This commit is contained in:
@@ -23,10 +23,6 @@ RUN ./install.sh -f
|
|||||||
COPY requirements.txt /tmp/requirements.txt
|
COPY requirements.txt /tmp/requirements.txt
|
||||||
RUN pip3 install --no-cache-dir -r /tmp/requirements.txt
|
RUN pip3 install --no-cache-dir -r /tmp/requirements.txt
|
||||||
|
|
||||||
# Install the op25.liq file
|
|
||||||
COPY op25.liq /op25/op25/gr-op25_repeater/apps/op25.liq
|
|
||||||
RUN chmod +x /op25/op25/gr-op25_repeater/apps/op25.liq
|
|
||||||
|
|
||||||
# Create the run_multi-rx_service.sh script
|
# Create the run_multi-rx_service.sh script
|
||||||
COPY run_multi-rx_service.sh /op25/op25/gr-op25_repeater/apps/run_multi-rx_service.sh
|
COPY run_multi-rx_service.sh /op25/op25/gr-op25_repeater/apps/run_multi-rx_service.sh
|
||||||
RUN chmod +x /op25/op25/gr-op25_repeater/apps/run_multi-rx_service.sh
|
RUN chmod +x /op25/op25/gr-op25_repeater/apps/run_multi-rx_service.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user