missed remove .liq from dockerfile
Some checks failed
Lint / lint (push) Failing after 8s
release-tag / release-image (push) Failing after 1m32s

This commit is contained in:
Logan Cusano
2025-10-23 02:40:41 -04:00
parent 1392c8b244
commit 45f954b81d

View File

@@ -23,10 +23,6 @@ RUN ./install.sh -f
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