diff --git a/dockerfiles/runner.dockerfile b/dockerfiles/runner.dockerfile index 42341a7..a740c15 100644 --- a/dockerfiles/runner.dockerfile +++ b/dockerfiles/runner.dockerfile @@ -13,7 +13,7 @@ COPY --from=editor "$UNITY_PATH/" /opt/unity/editors/$VERSION/ # Install CMake RUN apt-get update && apt-get install -y cmake -COPY scripts/install-module.sh /bin/install-module +COPY --chmod=770 scripts/install-module.sh /bin/install-module # Install modules for that editor ARG MODULE