From b420b65a66ee7f1e37ae5e9ce29f0594b42af298 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 31 May 2025 10:29:34 +1200 Subject: [PATCH] :-'Generic Commit' --- dropshell-build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dropshell-build/Dockerfile b/dropshell-build/Dockerfile index 33773e0..c254145 100644 --- a/dropshell-build/Dockerfile +++ b/dropshell-build/Dockerfile @@ -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/dropshell-build.sh /usr/local/bin/ -RUN install_dropshell_build_requirements.sh +RUN /usr/local/bin/install_dropshell_build_requirements.sh WORKDIR /app