:-'Generic Commit'
Some checks failed
dropshell-build / build (push) Failing after 1m27s

This commit is contained in:
Your Name 2025-05-31 10:29:34 +12:00
parent 3e2cb08380
commit b420b65a66

View File

@ -12,7 +12,7 @@ RUN apt-get update && apt-get install -y \
COPY --chmod=0755 ./src/install_dropshell_build_requirements.sh /usr/local/bin/ COPY --chmod=0755 ./src/install_dropshell_build_requirements.sh /usr/local/bin/
COPY --chmod=0755 ./src/dropshell-build.sh /usr/local/bin/ COPY --chmod=0755 ./src/dropshell-build.sh /usr/local/bin/
RUN install_dropshell_build_requirements.sh RUN /usr/local/bin/install_dropshell_build_requirements.sh
WORKDIR /app WORKDIR /app