Copy the small files after the installs
Some checks failed
Lint / lint (push) Failing after 5s

This commit is contained in:
Logan Cusano
2025-10-20 01:31:23 -04:00
parent 723e1f7c7b
commit 066f05d387

View File

@@ -19,14 +19,14 @@ WORKDIR /op25
RUN sed -i 's/sudo //g' install.sh
RUN ./install.sh -f
# 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
# Install Python dependencies
COPY requirements.txt /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
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