Added chmod to make scripts executable.

This commit is contained in:
Patrick 2024-12-05 16:59:17 +01:00
parent ee55878b18
commit ff219840ea

View File

@ -9,3 +9,5 @@ RUN ln -s /usr/bin/clang-16 /usr/local/bin/clang \
&& ln -s /usr/bin/run-clang-tidy-16 /usr/local/bin/run-clang-tidy && ln -s /usr/bin/run-clang-tidy-16 /usr/local/bin/run-clang-tidy
COPY scripts /opt/scripts COPY scripts /opt/scripts
RUN chmod a+x /opt/scripts/*.sh