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

This commit is contained in:
Your Name
2025-05-31 10:44:27 +12:00
parent b420b65a66
commit e0527e2a24
3 changed files with 57 additions and 4 deletions

View File

@ -9,9 +9,9 @@ RUN apt-get update && apt-get install -y \
#RUN curl -fsSL https://get.docker.com | sh
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/*.sh /usr/local/bin/
RUN /usr/local/bin/pre_download_musl.sh
RUN /usr/local/bin/install_dropshell_build_requirements.sh
WORKDIR /app